Skip to content

Commit

Permalink
Update datafusion/sqllogictest/test_files/sort_merge_join.slt
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead authored May 14, 2024
1 parent e4cffd6 commit b401317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sqllogictest/test_files/sort_merge_join.slt
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ DROP TABLE t1;
statement ok
DROP TABLE t2;

# Set batch size to 1 for sort merge join
# Set batch size to 1 for sort merge join to test scenario when data spread across multiple batches
statement ok
set datafusion.execution.batch_size = 1;

Expand Down

0 comments on commit b401317

Please sign in to comment.