mustafasrepo commented on code in PR #5951: URL: https://github.com/apache/arrow-datafusion/pull/5951#discussion_r1162383338
########## datafusion/core/tests/sqllogictests/test_files/window.slt: ########## @@ -2036,6 +2036,184 @@ SELECT -1114 -1927628110 15673 -1899175111 +# test_window_agg_partition_by_set +statement ok +set datafusion.execution.target_partitions = 1; + +query TT +EXPLAIN SELECT Review Comment: This test checks for whether `BoundedWindowAggExec` treats partition by expressions as set. Physical plan shouldn't have `SortExec` in between `BoundedWindowAggExec` -- 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]
