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-38832][SQL][FOLLOWUP] Support propagate empty expression set for distinct key
### What changes were proposed in this pull request?
- Improve `DistinctKeyVisitor` that support propagate empty set
- Small improvement for match alias
### Why are the changes needed?
Make distinct keys can be used to optimize more case, see comment #36117 (comment)
### Does this PR introduce _any_ user-facing change?
Improve performance
### How was this patch tested?
add test
Closes#36281 from ulysses-you/SPARK-38832-followup.
Authored-by: ulysses-you <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
0 commit comments