Skip to content

refactor(s3tables): derive catalog configuration from properties - #3103

Draft
blackmwk wants to merge 1 commit into
apache:mainfrom
blackmwk:ir-3097-s3tables-properties
Draft

refactor(s3tables): derive catalog configuration from properties#3103
blackmwk wants to merge 1 commit into
apache:mainfrom
blackmwk:ir-3097-s3tables-properties

Conversation

@blackmwk

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

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.

Use the shared property derive for S3 Tables settings while retaining builder precedence and downstream AWS properties.

Tracks [apache#3097](apache#3097).

Generated-by: Codex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor(s3tables): derive catalog configuration from properties

1 participant