raulcd commented on PR #50195: URL: https://github.com/apache/arrow/pull/50195#issuecomment-5583100029
> I think that we should use LoadFileSystemFactories() for bindings to avoid loading the S3 module for users who don't need S3. @kou I think we can do this (if we think it's necessary) on a different PR. This PR is purely moving AWS SDK and S3 to its own library. Both consumption mechanisms (linking or using LoadFileSystemFactories) work on top of that as tested on the PR. I am unsure we should switch to `LoadFileSystemFactories` for Python bindings. The actual blocker is that there is no mechanism to share a single libarrow between wheels, plus version coordination between pyarrow and any pyarrow_s3 (see #38536). Conda will already get the outcome described by installing libarrow-s3 (libarrow-all) or not. I'd propose to land this and investigate the wheels split as a follow up. My plan is to work on that next. -- 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]
