Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50174][SQL] Factor out
UnresolvedCatalogRelation
resolution
### What changes were proposed in this pull request? Factor out `UnresolvedCatalogRelation` resolution into a separate `FindDataSourceTable` 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#48707 from vladimirg-db/vladimirg-db/master. Authored-by: Vladimir Golubev <[email protected]> Signed-off-by: Max Gekk <[email protected]>
- Loading branch information