Comment:
Hi team!
aws-sdk-cpp on conda forge has published v1.11.833. I have tried to update the lib on my project but failed because of the hard pin of aws-sdk-cpp on libarrow:
└─ libarrow [20.0.0|21.0.0|22.0.0|23.0.1|24.0.0] would require
└─ aws-sdk-cpp >=1.11.747,<1.11.748.0a0 *, which conflicts with any installable versions previously reported.
Is it any chance to update the pin soon? Or would it be feasible to publish a variant of libarrow built without S3 support (ARROW_S3)? This would remove the aws-sdk-cpp runtime dependency entirely for users who do not need S3 filesystem access through Arrow directly.
Thank you very much
Comment:
Hi team!
aws-sdk-cpp on conda forge has published v1.11.833. I have tried to update the lib on my project but failed because of the hard pin of aws-sdk-cpp on
libarrow:Is it any chance to update the pin soon? Or would it be feasible to publish a variant of libarrow built without S3 support (
ARROW_S3)? This would remove theaws-sdk-cppruntime dependency entirely for users who do not need S3 filesystem access through Arrow directly.Thank you very much