We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9852392 commit f939ac9Copy full SHA for f939ac9
src/query/storages/fuse/fuse/src/io/snapshots.rs
@@ -102,9 +102,8 @@ impl SnapshotsIO {
102
.map_err(|e| ErrorCode::StorageOther(format!("read snapshots failure, {}", e)))
103
}
104
105
- // Read all the snapshots by the root file.
106
- // limit: read how many snapshot files
107
- // with_segment_locations: if true will get the segments of the snapshot
+ // Read all the table statistic files by the root file(exclude the root file).
+ // limit: read how many table statistic files
108
pub async fn read_table_statistic_files(
109
&self,
110
root_ts_file: &str,
0 commit comments