universalmind303 commented on PR #43215: URL: https://github.com/apache/arrow/pull/43215#issuecomment-2223141475
@trxcllnt These only appear to be runtime dependencies of the example cli application, not the library. Most consumers of 'apache-arrow' are using it as a **library**, and this brings in a lot of additional unnecessary dependencies. https://github.com/apache/arrow/issues/42147 I did a bit of inspection, and the only dependency of the **library** `apache-arrow` is `flatbuffers`. If nothing else, the example cli application should be it's own package with it's own dependencies so users arent forced to import said dependencies. -- 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]
