Skip to content

Commit acc9f41

Browse files
authored
fix: CI build failed on main (#13640)
* fix: CI build failed on main * Update import
1 parent a62033e commit acc9f41

File tree

1 file changed

+1
-2
lines changed
  • datafusion/physical-expr/src/equivalence

1 file changed

+1
-2
lines changed

datafusion/physical-expr/src/equivalence/class.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ use crate::{
2020
expressions::Column, physical_exprs_contains, LexOrdering, LexRequirement,
2121
PhysicalExpr, PhysicalExprRef, PhysicalSortExpr, PhysicalSortRequirement,
2222
};
23-
use indexmap::IndexSet;
2423
use std::fmt::Display;
2524
use std::sync::Arc;
2625

2726
use datafusion_common::tree_node::{Transformed, TransformedResult, TreeNode};
28-
use datafusion_common::JoinType;
27+
use datafusion_common::{IndexSet, JoinType};
2928
use datafusion_physical_expr_common::physical_expr::format_physical_expr_list;
3029

3130
/// A structure representing a expression known to be constant in a physical execution plan.

0 commit comments

Comments
 (0)