Skip to content

refactor(rest): derive catalog configuration from properties - #3106

Draft
blackmwk wants to merge 1 commit into
apache:mainfrom
blackmwk:ir-3100-rest-properties
Draft

refactor(rest): derive catalog configuration from properties#3106
blackmwk wants to merge 1 commit into
apache:mainfrom
blackmwk:ir-3100-rest-properties

Conversation

@blackmwk

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

What changes are included in this PR?

  • Parse REST URI and warehouse settings with the shared Properties derive.
  • Preserve server configuration precedence, injected clients, and unmodeled OAuth/header/storage properties.
  • Keep secret-redacting debug behavior and add focused property coverage.

Are these changes tested?

  • cargo test -p iceberg-catalog-rest --lib
  • cargo clippy -p iceberg-catalog-rest --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 REST catalog settings while retaining server merge precedence, injected clients, and secret redaction.

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

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

1 participant