Github user gatorsmile commented on the pull request:
https://github.com/apache/spark/pull/11565#issuecomment-194713298
In the latest PR: we added two more cases/rules into the Optimizer.
- After column pruning, if `Window` could contain an empty
`windowExpressions` list, we can remove it
- After column pruning, if `Aggregate` does not contain any
`AggregateExpression`, we can replace it by `Project`. Then, `Project` can be
collapsed or pushed down further.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]