wangyum commented on a change in pull request #31024:
URL: https://github.com/apache/spark/pull/31024#discussion_r553089930
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala
##########
@@ -199,6 +199,8 @@ abstract class Optimizer(catalogManager: CatalogManager)
// idempotence enforcement on this batch. We thus make it FixedPoint(1)
instead of Once.
Batch("Join Reorder", FixedPoint(1),
CostBasedJoinReorder) :+
+ Batch("Reorder Predicate", FixedPoint(1),
Review comment:
Thank you @tanelk, change it to Once.
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]