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-51160][SQL] Refactor literal function resolution
### What changes were proposed in this pull request?
Refactor literal function resolution to a separate object to enable single-pass analyzer to reuse this logic.
### Why are the changes needed?
Necessary to support literal function resolution in single-pass
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Existing tests.
### Was this patch authored or co-authored using generative AI tooling?
No
Closes#49887 from mihailotim-db/mihailotim-db/literal_functions_refactor.
Authored-by: Mihailo Timotic <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
0 commit comments