Skip to content

Commit

Permalink
SMJ: fix streaming row concurrency issue for LEFT SEMI filtered join
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Jun 21, 2024
1 parent b1f55fb commit 64f0b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/tests/fuzz_cases/join_fuzz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ impl JoinFuzzTestCase {
join_filter_builder: Option<JoinFilterBuilder>,
) -> Self {
Self {
batch_sizes: &[2],
batch_sizes: &[1, 2, 7, 49, 50, 51, 100],
input1,
input2,
join_type,
Expand Down

0 comments on commit 64f0b3d

Please sign in to comment.