phillipleblanc commented on code in PR #1297:
URL: https://github.com/apache/iceberg-rust/pull/1297#discussion_r2221382752
##########
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:
@xxchan apologies for the delay, I've made this breaking change to require a
catalog and pushed up the changes.
--
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]