berkaysynnada commented on code in PR #7793: URL: https://github.com/apache/arrow-datafusion/pull/7793#discussion_r1359637401
########## datafusion/sqllogictest/test_files/union.slt: ########## @@ -540,8 +540,8 @@ UnionExec ----AggregateExec: mode=FinalPartitioned, gby=[Int64(1)@0 as Int64(1)], aggr=[] ------CoalesceBatchesExec: target_batch_size=8192 --------RepartitionExec: partitioning=Hash([Int64(1)@0], 4), input_partitions=4 -----------AggregateExec: mode=Partial, gby=[1 as Int64(1)], aggr=[] -------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1 +----------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1 Review Comment: We have talked about it was okay, but I can't exactly remember how it was. @mustafasrepo is more familiar with that topic and can provide a clear explanation of the underlying reason. -- 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]
