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/06/17 16:24:27 UTC

[GitHub] [spark] maryannxue commented on pull request #36829: [SPARK-39438][SQL] Add a threshold to not in line CTE

maryannxue commented on PR #36829:
URL: https://github.com/apache/spark/pull/36829#issuecomment-1159037835

   There will definitely be regressions too! It's a tradeoff between double scanning and double shuffling. CTEs not inlined introduce extra shuffles. And it depends on how efficient the scan is implemented.


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