phillipleblanc commented on code in PR #1297: URL: https://github.com/apache/iceberg-rust/pull/1297#discussion_r2078747795
########## crates/integrations/datafusion/src/table/mod.rs: ########## @@ -130,8 +131,19 @@ impl TableProvider for IcebergTableProvider { filters: &[Expr], _limit: Option<usize>, ) -> DFResult<Arc<dyn ExecutionPlan>> { + // Get the latest table metadata from the catalog if it exists Review Comment: Do you mean just extract this logic out into a refresh function that also updates `self.table`? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org