alamb commented on code in PR #5462: URL: https://github.com/apache/arrow-datafusion/pull/5462#discussion_r1126261710
########## datafusion/core/tests/sqllogictests/test_files/order.slt: ########## @@ -155,6 +154,54 @@ SELECT c1, c2 FROM test ORDER BY c1 DESC, c2 ASC 0 9 0 10 +# eliminate duplicated sorted expr Review Comment: 👍 it would also be awesome to add an `EXPLAIN` test to show that the sort was only on `c1, c2` -- 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]
