kosiew commented on code in PR #16734: URL: https://github.com/apache/datafusion/pull/16734#discussion_r2209233129
########## datafusion/sqllogictest/test_files/window.slt: ########## @@ -5181,6 +5184,10 @@ order by c1; 3 1 1 3 10 2 + +statement ok +set datafusion.execution.batch_size = 1; + Review Comment: Added this to preserve the plans that followed after this line. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org