alamb commented on code in PR #9198:
URL: https://github.com/apache/arrow-datafusion/pull/9198#discussion_r1486702991
##########
datafusion/sqllogictest/test_files/subquery.slt:
##########
@@ -264,10 +264,10 @@ ProjectionExec: expr=[t1_id@0 as t1_id, SUM(t2.t2_int)@1
as t2_sum]
------CoalesceBatchesExec: target_batch_size=2
--------RepartitionExec: partitioning=Hash([t2_id@1], 4), input_partitions=4
----------ProjectionExec: expr=[SUM(t2.t2_int)@2 as SUM(t2.t2_int), t2_id@0 as
t2_id]
-------------AggregateExec: mode=FinalPartitioned, gby=[t2_id@0 as t2_id,
Utf8("a")@1 as Utf8("a")], aggr=[SUM(t2.t2_int)]
+------------AggregateExec: mode=FinalPartitioned, gby=[t2_id@0 as t2_id,
Utf8("a")@1 as Utf8("a")], aggr=[SUM(t2.t2_int)],
ordering_mode=PartiallySorted([1])
Review Comment:
This change makes sense, though in this case it probably won't make any
difference as there is only one value of `"a"`
--
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]