blackmwk opened a new pull request, #3103: URL: https://github.com/apache/iceberg-rust/pull/3103
## Which issue does this PR close? - Closes #3097. ## What changes are included in this PR? - Parse S3 Tables bucket ARN and endpoint settings with the shared `Properties` derive. - Preserve load-property precedence over builder methods. - Retain unmodeled AWS, FileIO, and KMS properties and add focused coverage. ## Are these changes tested? - `cargo test -p iceberg-catalog-s3tables --lib test_catalog_properties` - `cargo test -p iceberg-catalog-s3tables --lib test_endpoint_url_property_overrides_builder_method` - `cargo test -p iceberg-catalog-s3tables --lib test_table_bucket_arn_property_overrides_builder_method` - `cargo clippy -p iceberg-catalog-s3tables --lib --all-features -- -D warnings` - `cargo fmt --all -- --check` ## AI Disclosure This change was developed with assistance from OpenAI Codex. The contributor reviewed the resulting diff and test output. -- 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]
