jonathanc-n commented on code in PR #1297: URL: https://github.com/apache/iceberg-rust/pull/1297#discussion_r2078792467
########## 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: Yes, I was thinking of having a refresh function inside the table struct that can refresh metadata -- 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