Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaxin Gao committed Mar 2, 2024
1 parent 366e7ef commit 3e84596
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions datafusion/physical-expr/src/aggregate/first_last.rs
Original file line number Diff line number Diff line change
Expand Up @@ -735,11 +735,9 @@ mod tests {

use crate::aggregate::first_last::{FirstValueAccumulator, LastValueAccumulator};

use crate::expressions::{col, FirstValue};
use crate::{AggregateExpr, PhysicalSortExpr};
use arrow::compute::concat;
use arrow_array::{ArrayRef, Int32Array, Int64Array, RecordBatch};
use arrow_schema::{DataType, Field, Schema, SortOptions};
use arrow_array::{ArrayRef, Int64Array};
use arrow_schema::DataType;
use datafusion_common::{Result, ScalarValue};
use datafusion_expr::Accumulator;

Expand Down

0 comments on commit 3e84596

Please sign in to comment.