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

GH-45215:[C++][Acero]Export SequencingQueue and SerialSequencingQueue #45221

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

mroz45
Copy link
Contributor

@mroz45 mroz45 commented Jan 10, 2025

Rationale for this change

SequencingQueue and SerialSequencingQueue are useful in creating custom ExecNodes. This patch allows linking to factory functions.

What changes are included in this PR?

ARROW_ACERO_EXPORT classes

Are there any user-facing changes?

Users can now directly instantiate and use the SequencingQueue and SerialSequencingQueue classes, enabling easier creation of custom ExecNode.

@mroz45 mroz45 requested a review from westonpace as a code owner January 10, 2025 08:07
Copy link

⚠️ GitHub issue #45215 has been automatically assigned in GitHub to PR creator.

Copy link
Contributor

@zanmato1984 zanmato1984 left a comment

Choose a reason for hiding this comment

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

+1.

Thank you for this.

@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Jan 14, 2025
@zanmato1984 zanmato1984 merged commit 0758845 into apache:main Jan 14, 2025
38 checks passed
@zanmato1984 zanmato1984 removed the awaiting committer review Awaiting committer review label Jan 14, 2025
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 0758845.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 2 possible false positives for unstable benchmarks that are known to sometimes produce them.

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

Successfully merging this pull request may close these issues.

2 participants