Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-41468][SQL][FOLLOWUP] Handle NamedLambdaVariables in Equivalen…
…tExpressions ### What changes were proposed in this pull request? This is a follow-up PR to #39010 to handle `NamedLambdaVariable`s too. ### Why are the changes needed? To avoid possible issues with higer-order functions. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing UTs. Closes #39046 from peter-toth/SPARK-41468-fix-planexpressions-in-equivalentexpressions-follow-up. Authored-by: Peter Toth <peter.toth@gmail.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
- Loading branch information