WillAyd opened a new pull request, #45513: URL: https://github.com/apache/arrow/pull/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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
