viirya commented on code in PR #8731:
URL: https://github.com/apache/arrow-datafusion/pull/8731#discussion_r1440929583
##########
datafusion/core/src/physical_optimizer/enforce_distribution.rs:
##########
@@ -1237,12 +1231,7 @@ fn ensure_distribution(
child = add_spm_on_top(child);
Review Comment:
@Dandandan Do we need the additional round robin for single partition? This
looks unnecessary as single partitioning is not costly as hash partitioning.
--
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]