You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/10/19 01:30:50 UTC

[GitHub] [spark] cloud-fan commented on pull request #38196: [SPARK-40703][SQL] Introduce shuffle on SinglePartition to improve parallelism

cloud-fan commented on PR #38196:
URL: https://github.com/apache/spark/pull/38196#issuecomment-1283252896

   late LGTM. I think this is good to fix the perf regression, but we probably need a better design to fix similar problems. What if the other side is `HashPartitioning(2)`? The parallelism can still be too low. We need some heuristic or cost model to make a better decision here.


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org