AlenkaF commented on PR #13311: URL: https://github.com/apache/arrow/pull/13311#issuecomment-1179973704
Removing `flight_grpc_gen` from the dependencies makes the whole flight part much much easier, thank you @lidavidm! Just for the record, I was building on top of the existing code that links to gRPC: https://github.com/apache/arrow/blob/88b42ef66fe664043c5ee5274b2982a3858b414e/cpp/src/arrow/python/CMakeLists.txt#L124-L151 Due to the note in this section I linked python flight only to shared flight library and also kept `if(ARROW_FLIGHT AND ARROW_BUILD_SHARED)`. Let me know if you still think this should be changed. -- 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]
