Skip to content

Commit 13a6ee6

Browse files
committed
simplify
1 parent 37a4c4d commit 13a6ee6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,6 @@ impl ExecutionPlan for HashJoinExec {
11201120
bounds_accumulator: Arc::clone(&self.bounds_accumulator),
11211121
dynamic_filter: enable_dynamic_filter_pushdown
11221122
.then_some(Arc::clone(&self.dynamic_filter)),
1123-
partition_id: partition,
11241123
}))
11251124
}
11261125

@@ -1620,8 +1619,6 @@ struct HashJoinStream {
16201619
bounds_accumulator: Arc<SharedBoundsAccumulator>,
16211620
/// Dynamic filter for pushdown to probe side
16221621
dynamic_filter: Option<Arc<DynamicFilterPhysicalExpr>>,
1623-
/// Partition ID for tracking in bounds accumulator
1624-
partition_id: usize,
16251622
}
16261623

16271624
impl RecordBatchStream for HashJoinStream {

0 commit comments

Comments
 (0)