irenjj commented on code in PR #15140: URL: https://github.com/apache/datafusion/pull/15140#discussion_r1990647427
########## datafusion/sqllogictest/test_files/explain_tree.slt: ########## @@ -1353,31 +1353,34 @@ ORDER BY "date", "time"; physical_plan 01)┌───────────────────────────┐ 02)│ SortPreservingMergeExec │ -03)└─────────────┬─────────────┘ -04)┌─────────────┴─────────────┐ -05)│ CoalesceBatchesExec │ +03)│ -------------------- │ +04)│ date@0 ASC NULLS LAST, │ +05)│ time@2 ASC NULLS LAST │ Review Comment: LGTM. This looks much better than the previous version. I think other Sort* physical plans can do the same.👍 Thanks @Standing-Man -- 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