forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-49974][SQL] Move resolveRelations(...) out of the Analyzer.scala
### What changes were proposed in this pull request? Move resolveRelation(...) and some of its dependencies out to a separate class, because it's reasonably self-contained. ### Why are the changes needed? Analyzer.scala is 4K+ lines long, so it makes sense to gradually split it. ### Does this PR introduce _any_ user-facing change? No, just the code is moved to a separate class. ### How was this patch tested? Existing tests. ### Was this patch authored or co-authored using generative AI tooling? copilot.vim. Closes apache#48475 from vladimirg-db/vladimirg-db/refactor-resolve-relations. Authored-by: Vladimir Golubev <[email protected]> Signed-off-by: Max Gekk <[email protected]>
- Loading branch information
1 parent
2ccdaba
commit 14c01eb
Showing
2 changed files
with
260 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.