Skip to content

Commit 037a0a7

Browse files
committed
fix compile error due to missing null_aware
1 parent 6c484a5 commit 037a0a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,7 @@ mod tests {
813813
on_right,
814814
repartition_random_state: SeededRandomState::with_seed(1),
815815
probe_schema: test_probe_schema(),
816+
null_aware: false,
816817
}
817818
}
818819

0 commit comments

Comments
 (0)