Skip to content

Commit 3fa1dc4

Browse files
authored
Restore s3 tables caching on startup (#35)
1 parent 1466cd1 commit 3fa1dc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/catalog/src/catalog_list.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ impl EmbucketCatalogList {
240240
.context(catalog_error::DataFusionSnafu)?;
241241
Ok(
242242
CachingCatalog::new(Arc::new(catalog), name.to_string(), Some(iceberg_catalog))
243-
.with_refresh(false)
243+
.with_refresh(true)
244244
.with_catalog_type(CatalogType::S3tables),
245245
)
246246
}

0 commit comments

Comments
 (0)