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 executeColumnarCollectIterator to CometExec to collect Comet operator result #71

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

viirya
Copy link
Member

@viirya viirya commented Feb 21, 2024

Which issue does this PR close?

Closes #72.

Rationale for this change

Currently except for executing entire query plan by calling collect, show etc., we don't have a way to collect the result of any Comet operators in the middle of a query. In many cases, we need this feature so we can evaluate a child operator inside another Comet operator. This is also useful for debugging an arbitrary Comet operator.

What changes are included in this PR?

How are these changes tested?

Copy link
Member

@sunchao sunchao left a comment

Choose a reason for hiding this comment

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

LGTM pending CI

This has already been reviewed internally.

@viirya viirya merged commit 15b139e into apache:main Feb 21, 2024
6 checks passed
@viirya
Copy link
Member Author

viirya commented Feb 21, 2024

Merged. Thanks.

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.

Add executeColumnarCollectIterator to CometExec to collect Comet operator result
2 participants