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-42852][SQL] Revert NamedLambdaVariable related changes from EquivalentExpressions
### What changes were proposed in this pull request?
This PR reverts the follow-up PR of SPARK-41468: apache#39046
### Why are the changes needed?
These changes are not needed and actually might cause performance regression due to preventing higher order function subexpression elimination in `EquivalentExpressions`. Please find related conversation here: apache#40473 (comment)
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Existing UTs.
Closesapache#40475 from peter-toth/SPARK-42852-revert-namedlambdavariable-changes.
Authored-by: Peter Toth <peter.toth@gmail.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
0 commit comments