Skip to content

Commit 8823736

Browse files
authored
chore(storage): remove TODO comment (#557)
Signed-off-by: BaymaxHWY <854541526@qq.com>
1 parent fbeedea commit 8823736

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/storage/secondary/column.rs

-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ impl Column {
160160
let info = self.index.index(block_id).clone();
161161
let block = tokio::task::spawn_blocking(move || {
162162
let mut data = vec![0; info.length as usize];
163-
// TODO(chi): handle file system errors
164163
match file {
165164
ColumnReadableFile::PositionedRead(file) => {
166165
file.read_exact_at(&mut data[..], info.offset)?;

0 commit comments

Comments
 (0)