CTTY commented on code in PR #2920:
URL: https://github.com/apache/iceberg-rust/pull/2920#discussion_r3786269941
##########
crates/catalog/rest/src/catalog.rs:
##########
@@ -1349,6 +1501,176 @@ impl Catalog for RestCatalog {
}
}
+/// Builder for an unbound [`RestSessionCatalog`].
+///
+/// Unlike [`RestCatalogBuilder`], the resulting catalog accepts a
+/// [`SessionContext`] with each [`SessionCatalog`] operation.
+#[derive(Debug)]
+pub struct RestSessionCatalogBuilder {
Review Comment:
How do we plan to integrate SessionCatalog with DataFusion? I saw you
mentioned that we can use SessionCatalog in IcebergTableProvider in the issue,
but I'm not sure with that change, how users will use other non-rest catalogs.
Maybe it's better to put out a draft PR for that integration, and we can
discuss there?
--
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]