Skip to content

Commit

Permalink
remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachelint committed Dec 8, 2024
1 parent 10b768b commit 311f82f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/functions-aggregate/src/median.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ use arrow::array::ArrowNativeTypeOp;
use arrow::datatypes::{ArrowNativeType, ArrowPrimitiveType};

use datafusion_common::{internal_err, DataFusionError, HashSet, Result, ScalarValue};
use datafusion_doc::DocSection;
use datafusion_expr::function::StateFieldsArgs;
use datafusion_expr::{
function::AccumulatorArgs, utils::format_state_name, Accumulator, AggregateUDFImpl,
Expand Down

0 comments on commit 311f82f

Please sign in to comment.