lidavidm commented on PR #13311:
URL: https://github.com/apache/arrow/pull/13311#issuecomment-1178992752

   > 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`:
   
   I took a quick look at what I think is going on but did not build the wheel 
myself to confirm. But to summarize, the Flight linking example is doing extra 
work because it is trying to link Flight and gRPC directly, and so it has to be 
consistent about how everything is linked. The library here only needs to link 
Flight so there should be no issue.


-- 
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]

Reply via email to