You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "liujiajun (via GitHub)" <gi...@apache.org> on 2023/03/31 07:57:15 UTC

[GitHub] [arrow] liujiajun commented on pull request #34818: GH-33804: [Python] Add support for manylinux_2_28 wheel

liujiajun commented on PR #34818:
URL: https://github.com/apache/arrow/pull/34818#issuecomment-1491472978

   Hi I am new to Arrow and I would like to ask a dumb question here:
   
   From my understanding, the current situation (before this PR) is 
   - pyarrow is compiled with the old ABI
   - arrow is compile with the newer ABI. This can be verified by `nm -C libarrow.so.1100 | grep cxx11`
   
   Then, how come pyarrow is able to use arrow without a runtime error? 
   
   Thanks!


-- 
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-unsubscribe@arrow.apache.org

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