viirya commented on code in PR #8794:
URL: https://github.com/apache/arrow-datafusion/pull/8794#discussion_r1445674514
##########
datafusion/core/src/physical_optimizer/enforce_distribution.rs:
##########
@@ -1908,7 +1900,7 @@ pub(crate) mod tests {
let distribution_context = DistributionContext::new(plan);
let mut config = ConfigOptions::new();
config.execution.target_partitions = target_partitions;
- config.optimizer.enable_round_robin_repartition = false;
+ config.optimizer.enable_round_robin_repartition = true;
Review Comment:
These tests expect roundrobin partitioning is added, so this config should
be enabled.
--
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]