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-45073][PS][CONNECT] Replace LastNotNull with Last(ignoreNulls=True)
### What changes were proposed in this pull request?
Replace `LastNotNull` with `Last(ignoreNulls=True)`
### Why are the changes needed?
#36127 introduced a PS dedicated expression `LastNotNull`, which was actually not needed and can be replaced with built-in `Last`
### Does this PR introduce _any_ user-facing change?
NO
### How was this patch tested?
CI
### Was this patch authored or co-authored using generative AI tooling?
NO
Closes#42808 from zhengruifeng/del_last_not_none.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
0 commit comments