AlenkaF commented on PR #13311: URL: https://github.com/apache/arrow/pull/13311#issuecomment-1178736346
Comment and a question about Arrow Flight build in this PR. I bumped into a situation where the build has `ARROW_GRPC_USE_SHARED=off` and `ARROW_BUILD_STATIC=off`: https://github.com/apache/arrow/runs/7247952478?check_suite_focus=true https://github.com/apache/arrow/runs/7247952610?check_suite_focus=true But if I understand correctly (from:) https://github.com/apache/arrow/blob/7a0f00c16e084d194ae53d209b33b809cfc8f2d5/cpp/examples/arrow/CMakeLists.txt#L32-L51 this case should produce an error? I added next lines in this PR: https://github.com/apache/arrow/blob/7fec5fd83c38b5ff8f991e3f17017941bdb1d64d/python/pyarrow/src_arrow/CMakeLists.txt#L336-L340 so because of it some builds will always fail. Am I correct to suggest changing the build flags or am I missing something? @lidavidm @kou @raulcd -- 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]
