comphead commented on code in PR #10495: URL: https://github.com/apache/datafusion/pull/10495#discussion_r1600279745
########## datafusion/sqllogictest/test_files/sort_merge_join.slt: ########## @@ -263,5 +263,22 @@ DROP TABLE t1; statement ok DROP TABLE t2; +# Set batch size to 1 for sort merge join Review Comment: ```suggestion # Set batch size to 1 for sort merge join to test scenario when data spread across multiple batches ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
