Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50659][SQL] Refactor Union output computation out to reuse it …
…in the single-pass Analyzer ### What changes were proposed in this pull request? Refactor `computeOutput` out to the `Union` companion object. ### Why are the changes needed? To reuse this piece of code 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 #49283 from vladimirg-db/vladimirg-db/refactor-out-union-compute-output-to-use-in-single-pass-analyzer. Authored-by: Vladimir Golubev <[email protected]> Signed-off-by: Wenchen Fan <[email protected]>
- Loading branch information