Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50204][SQL] Factor out
HiveTableRelation
read path resolution
### What changes were proposed in this pull request? Factor out `HiveTableRelation` resolution into a separate `RelationConversions` method to reuse it in the single-pass Analyzer. ### Why are the changes needed? Context: https://issues.apache.org/jira/browse/SPARK-49834 ### 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? copilot.vim. Closes apache#48738 from vladimirg-db/vladimirg-db/refactor-relation-converters. Authored-by: Vladimir Golubev <[email protected]> Signed-off-by: Max Gekk <[email protected]>
- Loading branch information