Dludora opened a new issue, #2876:
URL: https://github.com/apache/iceberg-python/issues/2876

   ### Apache Iceberg version
   
   None
   
   ### Please describe the bug 🐞
   
   AWS Error UNKNOWN (HTTP status 400) during UploadPart operation: Unable to 
parse ExceptionName: InvalidArgument Message: aws-chunked encoding is not 
supported with the specified x-amz-content-sha256 value. 
   https://help.aliyun.com/zh/oss/user-guide/0017-00000804
   
   Description
   When using PyIceberg with Aliyun OSS (Object Storage Service) via the 
S3-compatible endpoint, creating a table or appending data fails during the 
metadata/data upload phase. The underlying PyArrow S3 filesystem attempts to 
use aws-chunked encoding with x-amz-content-sha256, which is not supported by 
Aliyun OSS's S3 compatibility layer for certain operations.
   
   This leads to the following error:
   
   ```
   ```
   
   ### Willingness to contribute
   
   - [ ] I can contribute a fix for this bug independently
   - [ ] I would be willing to contribute a fix for this bug with guidance from 
the Iceberg community
   - [ ] I cannot contribute a fix for this bug at this time


-- 
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]

Reply via email to