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: [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]