Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50676][SQL] Remove unused `private lazy val mapValueContainsNu…
…ll` from `ElementAt` ### What changes were proposed in this pull request? SPARK-33460 added `mapValueContainsNull` to `ElementAt`, but after SPARK-40066, this private lazy val is no longer used, so this pr removes it from `ElementAt`. ### Why are the changes needed? Cleanup unused code. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GitHub Actions ### Was this patch authored or co-authored using generative AI tooling? No Closes #49300 from LuciferYang/SPARK-50676. Authored-by: yangjie01 <yangjie01@baidu.com> Signed-off-by: yangjie01 <yangjie01@baidu.com>
- Loading branch information