kien-truong commented on issue #12577:
URL: https://github.com/apache/iceberg/issues/12577#issuecomment-2739178676

   I've encountered this before when using Iceberg in combination with an 
outdate version of `msk-config-providers` that use AWS Java SDK version 2.18.8. 
   
   This version of AWS Java SDK use `execution.interceptors`, which conflicts 
with the AWS Java SDK used by Iceberg, because it intercepted and read the S3 
response before Iceberg plugin, leading to checksum error.
   
   You can solve this by rebuilding `msk-config-providers` trunk with a more 
modern AWS Java SDK version that does not use `execution.interceptors` 
(`>2.18.20`)
   
   https://github.com/aws-samples/msk-config-providers
   


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