blackmwk opened a new pull request, #3105: URL: https://github.com/apache/iceberg-rust/pull/3105
## Which issue does this PR close? - Closes #3099. ## What changes are included in this PR? - Parse SQL catalog URI, warehouse, bind-style aliases, and schema-version settings with the shared `Properties` derive. - Preserve builder/load precedence and existing validation messages. - Retain pool, FileIO, and KMS properties and add focused property coverage. ## Are these changes tested? - `cargo test -p iceberg-catalog-sql --lib` - `cargo clippy -p iceberg-catalog-sql --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]
