Skip to content

Commit 73734a5

Browse files
committed
fix conflict
1 parent 47dd548 commit 73734a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • datafusion/physical-plan/src/joins/hash_join

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4538,7 +4538,7 @@ mod tests {
45384538
)?;
45394539
join.dynamic_filter = Some(HashJoinExecDynamicFilter {
45404540
filter: dynamic_filter,
4541-
build_accumulator: OnceLock::new(),
4541+
bounds_accumulator: OnceLock::new(),
45424542
});
45434543

45444544
// Execute the join
@@ -4586,7 +4586,7 @@ mod tests {
45864586
)?;
45874587
join.dynamic_filter = Some(HashJoinExecDynamicFilter {
45884588
filter: dynamic_filter,
4589-
build_accumulator: OnceLock::new(),
4589+
bounds_accumulator: OnceLock::new(),
45904590
});
45914591

45924592
// Execute the join

0 commit comments

Comments
 (0)