Skip to content

refactor(hms): derive catalog configuration from properties - #3104

Draft
blackmwk wants to merge 1 commit into
apache:mainfrom
blackmwk:ir-3098-hms-properties
Draft

refactor(hms): derive catalog configuration from properties#3104
blackmwk wants to merge 1 commit into
apache:mainfrom
blackmwk:ir-3098-hms-properties

Conversation

@blackmwk

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

What changes are included in this PR?

  • Parse HMS URI, warehouse, and thrift transport settings with the shared Properties derive.
  • Preserve the existing buffered fallback for unknown transport values.
  • Retain unmodeled FileIO and KMS properties and add focused coverage.

Are these changes tested?

  • cargo test -p iceberg-catalog-hms --lib catalog_properties_tests
  • cargo clippy -p iceberg-catalog-hms --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 HMS settings while retaining address and warehouse validation and transport fallback behavior.

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

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(hms): derive catalog configuration from properties

1 participant