andylam-db commented on code in PR #42725:
URL: https://github.com/apache/spark/pull/42725#discussion_r1317562135
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala:
##########
@@ -55,7 +55,8 @@ abstract class Optimizer(catalogManager: CatalogManager)
Set(
"PartitionPruning",
"RewriteSubquery",
- "Extract Python UDFs")
+ "Extract Python UDFs",
+ "Infer Filters")
Review Comment:
"Infer Filters" is not inherently idempotent. We need to exclude it from the
idempotency check so that tests will pass.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]