Skip to content

Commit

Permalink
Update roundtrip_logical_plan.rs
Browse files Browse the repository at this point in the history
Fixing import
  • Loading branch information
edmondop authored Jul 17, 2024
1 parent 6e6a8dd commit 7c51e67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions datafusion/proto/tests/cases/roundtrip_logical_plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ use datafusion_expr::expr::{
};
use datafusion_expr::logical_plan::{Extension, UserDefinedLogicalNodeCore};
use datafusion_expr::{
Accumulator, AggregateExt, ColumnarValue, ExprSchemable, LogicalPlan, Operator,
PartitionEvaluator, ScalarUDF, ScalarUDFImpl, Signature, TryCast, Volatility,
WindowFrame, WindowFrameBound, WindowFunctionDefinition, WindowUDF,
Accumulator, AggregateExt, AggregateUdf, ColumnarValue, ExprSchemable, LogicalPlan,
Operator, PartitionEvaluator, ScalarUDF, ScalarUDFImpl, Signature, TryCast,
Volatility, WindowFrame, WindowFrameBound, WindowFunctionDefinition, WindowUDF,
WindowUDFImpl,
};
use datafusion_functions_aggregate::average::avg_udaf;
Expand Down

0 comments on commit 7c51e67

Please sign in to comment.