ozankabak commented on code in PR #4839:
URL: https://github.com/apache/arrow-datafusion/pull/4839#discussion_r1064182913
##########
datafusion/core/src/physical_optimizer/dist_enforcement.rs:
##########
@@ -1136,8 +1115,10 @@ mod tests {
config.execution.target_partitions = 10;
// run optimizer
- let optimizer = BasicEnforcement {};
+ let optimizer = EnforceDistribution {};
let optimized = optimizer.optimize($PLAN, &config)?;
+ let optimizer = EnforceSorting {};
Review Comment:
I agree -- just sent a commit with a `NOTE` and a `TODO`.
--
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]