yeshengm commented on a change in pull request #25249: [SPARK-28237][SQL]
Enforce Idempotence for Once batches in RuleExecutor
URL: https://github.com/apache/spark/pull/25249#discussion_r307841810
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala
##########
@@ -47,6 +47,13 @@ abstract class Optimizer(sessionCatalog: SessionCatalog)
plan.find(PlanHelper.specialExpressionsInUnsupportedOperator(_).nonEmpty).isEmpty)
}
+ override protected val blacklistedOnceBatches: Set[String] =
+ Set("Pullup Correlated Expressions",
+ "Join Reorder",
+ "Subquery",
+ "Extract Python UDFs"
Review comment:
Sure.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]