suremarc commented on code in PR #9813: URL: https://github.com/apache/arrow-datafusion/pull/9813#discussion_r1560059028
########## datafusion/sqllogictest/test_files/filter_without_sort_exec.slt: ########## @@ -43,19 +43,36 @@ SortPreservingMergeExec: [date@0 ASC NULLS LAST,time@2 ASC NULLS LAST] ------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1 --------StreamingTableExec: partition_sizes=1, projection=[date, ticker, time], infinite_source=true, output_ordering=[date@0 ASC NULLS LAST, ticker@1 ASC NULLS LAST, time@2 ASC NULLS LAST] +# query +query TT Review Comment: I added those in addition to (time, date) -- 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]
