Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-51246][SQL] Make InTypeCoercion produce resolved Casts
### What changes were proposed in this pull request? Make `InTypeCoercion` produce resolved `Cast`s. ### Why are the changes needed? This is important to avoid recursing down the tree in the single-pass Analyzer. ### 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 #49991 from vladimirg-db/vladimirg-db/make-in-coercion-produce-resolved-casts. Authored-by: Vladimir Golubev <vladimir.golubev@databricks.com> Signed-off-by: Max Gekk <max.gekk@gmail.com> (cherry picked from commit 500bf78) Signed-off-by: Max Gekk <max.gekk@gmail.com>
- Loading branch information