Skip to content

Commit 9c1559d

Browse files
committed
Imports
1 parent 21c3a11 commit 9c1559d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/physical-expr/src/aggregate/approx_percentile_cont.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ use arrow::{
3030
use arrow_array::RecordBatch;
3131
use arrow_schema::Schema;
3232
use datafusion_common::{
33-
downcast_value, exec_err, internal_err, not_impl_err, plan_err, DataFusionError,
34-
Result, ScalarValue,
33+
downcast_value, internal_err, not_impl_err, plan_err, DataFusionError, Result,
34+
ScalarValue,
3535
};
3636
use datafusion_expr::{Accumulator, ColumnarValue};
3737
use std::{any::Any, iter, sync::Arc};

0 commit comments

Comments
 (0)