blackmwk opened a new issue, #3100: URL: https://github.com/apache/iceberg-rust/issues/3100
Part of [apache/iceberg-rust#3094](https://github.com/apache/iceberg-rust/issues/3094). ## Is your feature request related to a problem or challenge? The REST catalog manually parses URI and warehouse properties at initial load and while merging server defaults and overrides, alongside OAuth, headers, storage, and injected runtime state. ## Describe the solution you would like Use the `Properties` derive macro for the REST catalog property projection while preserving client and server precedence, injected clients, arbitrary REST and storage properties, and secret-redacting debug output. Acceptance criteria: - Public REST catalog builder APIs remain unchanged. - Server defaults, client configuration, and server overrides retain their current precedence. - OAuth, header, FileIO, and KMS properties remain available downstream. - Injected clients and redacted `Debug` output remain unchanged. - Focused unit tests cover parsing, merge precedence, retention, and redaction. ## Willingness to contribute I can contribute to this feature independently. -- 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]
