cloud-fan commented on a change in pull request #35214:
URL: https://github.com/apache/spark/pull/35214#discussion_r786071848
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala
##########
@@ -78,7 +78,6 @@ abstract class Optimizer(catalogManager: CatalogManager)
val operatorOptimizationRuleSet =
Seq(
// Operator push down
- PushProjectionThroughUnion,
Review comment:
This looks like a weird fix to me, by moving an optimizer rule from the
main batch to a new batch before `Batch("Union", ...)`.
Can we fix `CombineUnions` instead? To support group-only `Aggregate`.
--
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]