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-45512: [C++] Clean up undefined symbols in libarrow without IPC #45513

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

WillAyd
Copy link
Contributor

@WillAyd WillAyd commented Feb 12, 2025

Rationale for this change

When building the Arrow library without IPC, the library ends up with undefined symbols to functions that are only available with ARROW_IPC=ON

What changes are included in this PR?

Use the ARROW_IPC macro to detect if IPC is being used, and when not, return a NotImplementedError

Are these changes tested?

Compiles cleanly and no longer shows undefined IPC symbols

Are there any user-facing changes?

No

Copy link

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

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

@kou kou merged commit 7906e3c into apache:main Feb 13, 2025
37 checks passed
@kou kou removed the awaiting review Awaiting review label Feb 13, 2025
@github-actions github-actions bot added the awaiting merge Awaiting merge label Feb 13, 2025
Copy link

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

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 20 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