snazy commented on PR #442: URL: https://github.com/apache/polaris/pull/442#issuecomment-2468219526
Note: Today I realized that there are two "special" changes in Iceberg/Java 1.7.0: 1. Object-storage layout - the generated paths have changed. This is relevant when IAM policies for S3 + GCS are generated. IIRC, IAM policies generated by Polaris are not yet adopted for object-storage layout (`write.object-storage.enabled=true` + data path). Before 1.7.0, the paths were generated like `s3://bucket/<random-ish-base64>/...`, since 1.7.0 it's `s3://bucket/<random-ish-binary-part-1>/<random-ish-binary-part-2>/<random-ish-binary-part-3>/<random-ish-binary-part-4>/...`) 2. Iceberg/Java 1.7.0 refuses to submit some requests like the multi-table-commit, if the service does not return `ConfigResponse.endpoints()` or that list is empty. -- 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]
