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(spark): support Union All #301

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Conversation

andrew-coleman
Copy link
Contributor

First part of the implementation of the Set relation in the spark module.

This PR only adds UNION_ALL capability, but that enables
support for the “UNION ALL” clause for Spark SQL, increasing the
number of successful TPC-DS tests.

Supports the “UNION ALL” clause for Spark SQL

Signed-off-by: Andrew Coleman <[email protected]>
@vbarua vbarua changed the title feat: add Union support to spark module feat(spark): support Union All Oct 3, 2024
Copy link
Member

@vbarua vbarua left a comment

Choose a reason for hiding this comment

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

Thanks for adding this!

@vbarua vbarua merged commit b55d8b0 into substrait-io:main Oct 3, 2024
12 checks passed
@andrew-coleman andrew-coleman deleted the union_all branch October 4, 2024 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants