Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-50659][SQL] Refactor Union output computation out to reuse it in the single-pass Analyzer #49283

Conversation

vladimirg-db
Copy link
Contributor

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.

@vladimirg-db vladimirg-db force-pushed the vladimirg-db/refactor-out-union-compute-output-to-use-in-single-pass-analyzer branch from 2568325 to 051b330 Compare December 24, 2024 11:01
@github-actions github-actions bot added the SQL label Dec 24, 2024
@vladimirg-db vladimirg-db force-pushed the vladimirg-db/refactor-out-union-compute-output-to-use-in-single-pass-analyzer branch from 051b330 to 895ae37 Compare December 24, 2024 11:03
@gotocoding-DB
Copy link
Contributor

LGTM

@cloud-fan
Copy link
Contributor

thanks, merging to master!

@cloud-fan cloud-fan closed this in 062bc4c Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants