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-53905][SQL] Refactor RelationResolution to enable code reuse
### What changes were proposed in this pull request?
This PR refactor RelationResolution to enable code reuse.
### Why are the changes needed?
These changes are needed to simplify subsequent PRs.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Existing tests in `PlanResolutionSuite` already cover plan ID cloning and cache hits.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#52781 from aokolnychyi/spark-53905.
Authored-by: Anton Okolnychyi <aokolnychyi@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
0 commit comments