mustafasrepo commented on code in PR #9198:
URL: https://github.com/apache/arrow-datafusion/pull/9198#discussion_r1485813408


##########
datafusion/sqllogictest/test_files/order.slt:
##########
@@ -769,18 +769,18 @@ SortPreservingMergeExec: [m@0 ASC NULLS LAST,t@1 ASC 
NULLS LAST]
 --SortExec: expr=[m@0 ASC NULLS LAST,t@1 ASC NULLS LAST]
 ----InterleaveExec
 ------ProjectionExec: expr=[Int64(0)@0 as m, t@1 as t]
---------AggregateExec: mode=FinalPartitioned, gby=[Int64(0)@0 as Int64(0), t@1 
as t], aggr=[]
+--------AggregateExec: mode=FinalPartitioned, gby=[Int64(0)@0 as Int64(0), t@1 
as t], aggr=[], ordering_mode=PartiallySorted([0])

Review Comment:
   In some tests, mode of the aggregateExec changes. Because now we can 
determine they contains ordered expressions (e.g constants are treated as if 
they are ordered).



-- 
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]

Reply via email to