Skip to content

Commit d616243

Browse files
authored
Disable s3 tables catalog cache (#4)
1 parent 60d1a6d commit d616243

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
@@ -248,7 +248,7 @@ impl EmbucketCatalogList {
248248
.await
249249
.context(catalog_error::DataFusionSnafu)?;
250250
Ok(CachingCatalog::new(Arc::new(catalog), name.to_string())
251-
.with_refresh(true)
251+
.with_refresh(false)
252252
.with_catalog_type(CatalogType::S3tables))
253253
}
254254

0 commit comments

Comments
 (0)