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/05/04 14:25:42 UTC

[GitHub] [spark] pan3793 commented on pull request #31083: [SPARK-34026][SQL] Inject repartition and sort nodes to satisfy required distribution and ordering

pan3793 commented on PR #31083:
URL: https://github.com/apache/spark/pull/31083#issuecomment-1117379879

   @aokolnychyi I notice this PR does not handle CTAS and RTAS commands, and it's not easy to handle them in the current design because we can not get the `Table` instance in the optimizing phase before running `CTASExec` and `RTASExec`, we may need to use `AdaptiveSparkPlanExec` or introduce a new `Exec` node which can re-run optimizer after `Table` created.


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