CTTY commented on code in PR #1297:
URL: https://github.com/apache/iceberg-rust/pull/1297#discussion_r2283203742


##########
crates/integrations/datafusion/src/table/mod.rs:
##########
@@ -43,6 +43,8 @@ pub struct IcebergTableProvider {
     snapshot_id: Option<i64>,
     /// A reference-counted arrow `Schema`.
     schema: ArrowSchemaRef,
+    /// A reference to the catalog that this table provider belongs to.
+    catalog: Option<Arc<dyn Catalog>>,

Review Comment:
   Just to add some context for the discussion: keeping catalog as Optional 
still provides some convenience for certain use cases: 
https://github.com/apache/iceberg-rust/pull/650



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