Skip to content

Commit c9a330c

Browse files
committed
resolve merge
1 parent e279b85 commit c9a330c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

datafusion/physical-plan/src/joins/hash_join.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ use super::{
3535
use super::{JoinOn, JoinOnRef};
3636
use crate::execution_plan::{boundedness_from_children, EmissionType};
3737
use crate::joins::join_hash_map::{JoinHashMapU32, JoinHashMapU64};
38-
use crate::filter_pushdown::{
39-
ChildPushdownResult, FilterDescription, FilterPushdownPhase,
40-
FilterPushdownPropagation,
41-
};
4238
use crate::projection::{
4339
try_embed_projection, try_pushdown_through_join, EmbeddedProjection, JoinData,
4440
ProjectionExec,

0 commit comments

Comments
 (0)