DerGut opened a new pull request, #2920: URL: https://github.com/apache/iceberg-rust/pull/2920
## Which issue does this PR close? - This is the second of ~3 PRs toward #2774. - Depends on #2836. ## What changes are included in this PR? This PR adds `RestSessionCatalog`, implementing the `SessionCatalog` API introduced in #2836. `RestSessionCatalog` becomes the core REST implementation. The existing `RestCatalog` delegates to it with an internal `SessionContext`, preserving session-unaware behavior. The REST test suite is refactored to exercise `RestSessionCatalog` directly. ## Are these changes tested? - `cargo test -p iceberg-catalog-rest --lib` -- 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]
