We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47dd548 commit 73734a5Copy full SHA for 73734a5
1 file changed
datafusion/physical-plan/src/joins/hash_join/exec.rs
@@ -4538,7 +4538,7 @@ mod tests {
4538
)?;
4539
join.dynamic_filter = Some(HashJoinExecDynamicFilter {
4540
filter: dynamic_filter,
4541
- build_accumulator: OnceLock::new(),
+ bounds_accumulator: OnceLock::new(),
4542
});
4543
4544
// Execute the join
@@ -4586,7 +4586,7 @@ mod tests {
4586
4587
4588
4589
4590
4591
4592
0 commit comments