Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…45513) ### 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 * GitHub Issue: #45512 Authored-by: Will Ayd <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information