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

feat: Add union_by_name, union_by_name_distinct to DataFrame api #15489

Merged
merged 6 commits into from
Mar 31, 2025

Conversation

Omega359
Copy link
Contributor

Which issue does this PR close?

Rationale for this change

Expose union_by_name/union_by_name_distinct logical plan ops as DataFrame operations

What changes are included in this PR?

Code, tests.

Are these changes tested?

Tests

Are there any user-facing changes?

Just the two new functions.

@github-actions github-actions bot added the core Core DataFusion crate label Mar 29, 2025
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @Omega359 ❤️

@alamb alamb merged commit 087fdc3 into apache:main Mar 31, 2025
27 checks passed
@alamb
Copy link
Contributor

alamb commented Mar 31, 2025

THanks again @Omega359 and @berkaysynnada

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add some DataFrame method(s) to combine two inputs where the schema can be different
3 participants