pitrou commented on PR #13826: URL: https://github.com/apache/arrow/pull/13826#issuecomment-1227386632
Hmm, I'm not sure that's the intended use for `get_libraries`. Basically, `get_libraries` allows you to [link your C++ or Cython code](https://arrow.apache.org/docs/python/integration/extending.html#example) to the Arrow Python libraries, but it doesn't list transitive dependencies. It also doesn't capture additional Arrow libraries such as `libarrow_flight`, `libgandiva`... @jorisvandenbossche @xhochy What do you think? -- 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]
