Skip to content

Commit e106696

Browse files
committed
minor conflicts
1 parent d800cfa commit e106696

File tree

1 file changed

+2
-2
lines changed
  • datafusion/physical-plan/src/joins/hash_join

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4524,7 +4524,7 @@ mod tests {
45244524
)?;
45254525
join.dynamic_filter = Some(HashJoinExecDynamicFilter {
45264526
filter: dynamic_filter,
4527-
bounds_accumulator: OnceLock::new(),
4527+
build_accumulator: OnceLock::new(),
45284528
});
45294529

45304530
// Execute the join
@@ -4572,7 +4572,7 @@ mod tests {
45724572
)?;
45734573
join.dynamic_filter = Some(HashJoinExecDynamicFilter {
45744574
filter: dynamic_filter,
4575-
bounds_accumulator: OnceLock::new(),
4575+
build_accumulator: OnceLock::new(),
45764576
});
45774577

45784578
// Execute the join

0 commit comments

Comments
 (0)