andygrove commented on code in PR #1921:
URL:
https://github.com/apache/datafusion-ballista/pull/1921#discussion_r3648706646
##########
ballista/scheduler/src/planner.rs:
##########
@@ -1158,12 +1168,13 @@ order by
assert_plan!(stages[0].as_ref(), @r"
ShuffleWriterExec: partitioning: None
AggregateExec: mode=Partial, gby=[], aggr=[count(Int64(1))]
- ProjectionExec: expr=[]
- SortMergeJoinExec: join_type=Inner, on=[(k@0, k@0)]
- SortExec: expr=[k@0 ASC], preserve_partitioning=[false]
- DataSourceExec: partitions=1, partition_sizes=[1]
- SortExec: expr=[k@0 ASC], preserve_partitioning=[false]
- DataSourceExec: partitions=1, partition_sizes=[1]
+ RepartitionExec: partitioning=RoundRobinBatch(2),
input_partitions=1
Review Comment:
Need to check this
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]