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

chore: Remove redundant RowToColumnar from CometShuffleExchangeExec for columnar shuffle #944

Merged
merged 3 commits into from
Sep 16, 2024

Conversation

viirya
Copy link
Member

@viirya viirya commented Sep 13, 2024

Which issue does this PR close?

Closes #943.

Rationale for this change

What changes are included in this PR?

How are these changes tested?

@viirya viirya changed the title chore: Remove redundant RowToColumnar from Comet query chore: Remove redundant RowToColumnar from CometShuffleExchangeExec for columnar shuffle Sep 13, 2024
@viirya viirya marked this pull request as draft September 13, 2024 23:38
@viirya viirya marked this pull request as ready for review September 15, 2024 19:45
Comment on lines -5 to -6
+- CometColumnarExchange (23)
+- RowToColumnar (22)
Copy link
Member Author

Choose a reason for hiding this comment

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

For example, this RowToColumnar is redundant.

@viirya viirya merged commit c7027de into apache:main Sep 16, 2024
74 checks passed
@viirya
Copy link
Member Author

viirya commented Sep 16, 2024

Thanks @andygrove

@viirya viirya deleted the remove_row_to_columnar branch September 16, 2024 03:16
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.

CometShuffleExchangeExec has redundant RowToColumnar for columnar shuffle
2 participants