Skip to content

Commit f939ac9

Browse files
committed
update comment
1 parent 9852392 commit f939ac9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/query/storages/fuse/fuse/src/io/snapshots.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ impl SnapshotsIO {
102102
.map_err(|e| ErrorCode::StorageOther(format!("read snapshots failure, {}", e)))
103103
}
104104

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
105+
// Read all the table statistic files by the root file(exclude the root file).
106+
// limit: read how many table statistic files
108107
pub async fn read_table_statistic_files(
109108
&self,
110109
root_ts_file: &str,

0 commit comments

Comments
 (0)