Hammadk94 commented on issue #3346:
URL: https://github.com/apache/polaris/issues/3346#issuecomment-3710122506
Thanks for looking into this! I'd prefer a general S3-compatible solution
rather than OSS-specific logic, since this affects multiple storage providers
(MinIO, Wasabi, etc.).
**Proposed Solution**
Add a config to disable AWS SDK's trailing checksums:
**yamladvancedConfig:
"s3.enable-trailing-checksums": "false"**
Implementation: Configure AWS SDK's
**S3Configuration.checksumValidationEnabled()**
via Iceberg's S3FileIO properties.
I'm happy to test any implementation against OSS. Let me know if you need
more details!
--
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]