pitrou commented on issue #40088:
URL: https://github.com/apache/arrow/issues/40088#issuecomment-3194463597

   @kou Judging by 
https://github.com/protocolbuffers/protobuf/issues/21686#issuecomment-2867504121,
 it seems like we don't hide protobuf symbols on our macOS wheels.
   
   Similar commands on Linux give 0 results:
   ```console
   $ nm  -C venv-3.12/lib/python3.12/site-packages/pyarrow/*.so | grep protobuf 
| wc -l
   0
   $ nm --dynamic -C venv-3.12/lib/python3.12/site-packages/pyarrow/*.so | grep 
protobuf | wc -l
   0
   ```
   


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to