You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "mridulm (via GitHub)" <gi...@apache.org> on 2023/03/13 21:57:47 UTC

[GitHub] [spark] mridulm commented on pull request #40262: [SPARK-42651][SQL] Optimize global sort to driver sort

mridulm commented on PR #40262:
URL: https://github.com/apache/spark/pull/40262#issuecomment-1467021744

   Meta comment: moving this to the driver has potential for destabilizing the application.
   In SPARK-36419, we added option to move the final `treeAggregate` to executor given the scale challenges seen.
   
   One option would be to do this in an executor as @zhengruifeng suggested, and that should be much more scalable as a solution.


-- 
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