Skip to content

Commit

Permalink
remove un-used import
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaxin Gao committed May 21, 2024
1 parent 92a7f12 commit fead995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/execution/datafusion/expressions/correlation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use arrow::{
datatypes::{DataType, Field},
};
use datafusion::logical_expr::Accumulator;
use datafusion_common::{internal_err, Result, ScalarValue};
use datafusion_common::{Result, ScalarValue};
use datafusion_physical_expr::{expressions::format_state_name, AggregateExpr, PhysicalExpr};

/// CORR aggregate expression
Expand Down

0 comments on commit fead995

Please sign in to comment.