You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-38489][SQL] Aggregate.groupOnly support foldable expressions
### What changes were proposed in this pull request?
This pr makes `Aggregate.groupOnly` support foldable expressions.
### Why are the changes needed?
Improve query performance.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Unit test.
Closes#35795 from wangyum/SPARK-38489.
Authored-by: Yuming Wang <yumwang@ebay.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
0 commit comments