Skip to content

Commit

Permalink
Fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondop committed Jul 18, 2024
1 parent 7c51e67 commit 6c0a083
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion datafusion/expr/src/expr_rewriter/order_by.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ mod test {
};

use super::*;
use crate::test::function_stub::min;
use crate::test::function_stub::avg;
use crate::test::function_stub::min;

#[test]
fn rewrite_sort_cols_by_agg() {
Expand Down
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, AggregateUdf, ColumnarValue, ExprSchemable, LogicalPlan,
Operator, PartitionEvaluator, ScalarUDF, ScalarUDFImpl, Signature, TryCast,
Volatility, WindowFrame, WindowFrameBound, WindowFunctionDefinition, WindowUDF,
Accumulator, AggregateExt, AggregateUDF, ColumnarValue, ExprSchemable, Literal,
LogicalPlan, Operator, PartitionEvaluator, ScalarUDF, Signature, TryCast, Volatility,
WindowFrame, WindowFrameBound, WindowFrameUnits, WindowFunctionDefinition, WindowUDF,
WindowUDFImpl,
};
use datafusion_functions_aggregate::average::avg_udaf;
Expand Down

0 comments on commit 6c0a083

Please sign in to comment.