Skip to content

Commit

Permalink
fix: CI build failed on main (#13640)
Browse files Browse the repository at this point in the history
* fix: CI build failed on main

* Update import
  • Loading branch information
jonahgao authored Dec 4, 2024
1 parent a62033e commit acc9f41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datafusion/physical-expr/src/equivalence/class.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ use crate::{
expressions::Column, physical_exprs_contains, LexOrdering, LexRequirement,
PhysicalExpr, PhysicalExprRef, PhysicalSortExpr, PhysicalSortRequirement,
};
use indexmap::IndexSet;
use std::fmt::Display;
use std::sync::Arc;

use datafusion_common::tree_node::{Transformed, TransformedResult, TreeNode};
use datafusion_common::JoinType;
use datafusion_common::{IndexSet, JoinType};
use datafusion_physical_expr_common::physical_expr::format_physical_expr_list;

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

0 comments on commit acc9f41

Please sign in to comment.