irenjj commented on code in PR #15249: URL: https://github.com/apache/datafusion/pull/15249#discussion_r1997557351
########## datafusion/sqllogictest/test_files/explain_tree.slt: ########## @@ -1569,20 +1570,20 @@ physical_plan 01)┌───────────────────────────┐ 02)│ SortPreservingMergeExec │ 03)│ -------------------- │ -04)│ date@0 ASC NULLS LAST, │ -05)│ time@2 ASC NULLS LAST │ -06)└─────────────┬─────────────┘ -07)┌─────────────┴─────────────┐ -08)│ CoalesceBatchesExec │ -09)│ -------------------- │ -10)│ target_batch_size: │ -11)│ 8192 │ -12)└─────────────┬─────────────┘ -13)┌─────────────┴─────────────┐ -14)│ FilterExec │ -15)│ -------------------- │ -16)│ predicate: │ -17)│ ticker@1 = A │ +04)│ date ASC NULLS LAST, │ +05)│ │ Review Comment: That was an issue I introduced in `SortPreservingMergeExec` 😭, has been fixed in the latest update. -- 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