2010YOUY01 commented on code in PR #13707:
URL: https://github.com/apache/datafusion/pull/13707#discussion_r1879858897
##########
datafusion/core/src/physical_optimizer/enforce_distribution.rs:
##########
@@ -836,7 +836,10 @@ fn add_roundrobin_on_top(
n_target: usize,
) -> Result<DistributionContext> {
// Adding repartition is helpful:
Review Comment:
```suggestion
// Always perform repartitioning on data sources, as they may be
imbalanced or consist of too many small partitions.
```
A 'why' comment here can help understanding
--
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]