Skip to content

Commit e684e15

Browse files
sddliurenjie1024
andauthored
fix: change object cache retrieval method visibility
Co-authored-by: Renjie Liu <[email protected]>
1 parent 7ac4e7b commit e684e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/iceberg/src/table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ impl Table {
191191
}
192192

193193
/// Returns this table's object cache
194-
pub fn object_cache(&self) -> Arc<ObjectCache> {
194+
pub(crate) fn object_cache(&self) -> Arc<ObjectCache> {
195195
self.object_cache.clone()
196196
}
197197

0 commit comments

Comments
 (0)