mattfaltyn opened a new pull request, #2847:
URL: https://github.com/apache/iceberg-rust/pull/2847

   ## Which issue does this PR close?
   
   - Closes #2846.
   
   ## What changes are included in this PR?
   
   - Parse SQL catalog connection-pool properties without panicking.
   - Return `ErrorKind::DataInvalid` with the invalid property, value, and 
parse error.
   - Add regression coverage for `pool.max-connections`, `pool.idle-timeout`, 
and `pool.test-before-acquire`.
   
   ## Are these changes tested?
   
   - `cargo test -p iceberg-catalog-sql --all-features --lib`
   - `cargo fmt --all -- --check`
   - `cargo clippy -p iceberg-catalog-sql --all-targets --all-features -- -D 
warnings`
   - Re-ran the issue reproducer and confirmed the malformed value returns a 
structured error while a valid value still initializes the catalog.
   


-- 
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]

Reply via email to