Skip to content

Commit 55af370

Browse files
committed
Remove TODO for checking index checksums
1 parent 3d74f09 commit 55af370

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

table/block_based_table_reader.cc

-1
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,6 @@ Status BlockBasedTable::Open(const ImmutableCFOptions& ioptions,
498498
// pre-load these blocks, which will kept in member variables in Rep
499499
// and with a same life-time as this table object.
500500
IndexReader* index_reader = nullptr;
501-
// TODO: we never really verify check sum for index block
502501
s = new_table->CreateIndexReader(&index_reader, meta_iter.get());
503502

504503
if (s.ok()) {

0 commit comments

Comments
 (0)