HyukjinKwon commented on a change in pull request #25600: [SPARK-11150][SQL]
Dynamic Partition Pruning
URL: https://github.com/apache/spark/pull/25600#discussion_r318392852
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala
##########
@@ -48,7 +48,9 @@ abstract class Optimizer(sessionCatalog: SessionCatalog)
}
override protected val blacklistedOnceBatches: Set[String] =
- Set("Extract Python UDFs")
+ Set(
+ "PartitionPruning",
Review comment:
Yup, +1 for now.
----------------------------------------------------------------
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]