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 2019/07/26 18:17:14 UTC

[GitHub] [spark] yeshengm opened a new pull request #25267: [SPARK-28532][SQL] Make optimizer batch "subquery" FixedPoint(1)

yeshengm opened a new pull request #25267: [SPARK-28532][SQL] Make optimizer batch "subquery" FixedPoint(1)
URL: https://github.com/apache/spark/pull/25267
 
 
   ## What changes were proposed in this pull request?
   In the Catalyst optimizer, the batch subquery actually calls the optimizer recursively. Therefore it makes no sense to enforce idempotence on it and we change this batch to `FixedPoint(1)`.
   
   ## How was this patch tested?
   Existing UTs.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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