martyngigg commented on issue #2877: URL: https://github.com/apache/iceberg-python/issues/2877#issuecomment-3719073498
I'm also using PyArrowIO and on upgrading to 22.0.0 (it's fine with <= 21.0.0) I have received: ``` AWS Error UNKNOWN (HTTP status 400) during UploadPart operation: Unable to parse ExceptionName: XAmzContentSHA256Mismatch Message: (Request ID: tx000004f6eb4a91c740bec-00695e3fe7-30b07c552-default). The package is aborted and cannot be retried. ``` Using the same environment variables as @Dludora fixes the issue. See https://github.com/ISISNeutronMuon/analytics-data-platform/issues/183 for more details. We have a Ceph-based object store. Just a note that something similar happened with [botocore](https://github.com/boto/boto3/issues/4398) that required those environment variables. Perhaps this is a `pyarrow` issue? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
