Skip to content

Commit fe0acf2

Browse files
committed
Debug a test failure
1 parent d080cb3 commit fe0acf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

table/block_based/block_based_table_iterator.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,7 @@ void BlockBasedTableIterator::SeekMultiScan(const Slice* target) {
10461046
if (multi_scan_->next_scan_idx >= multi_scan_->scan_opts->size()) {
10471047
multi_scan_status_ = Status::InvalidArgument("Outside MultiScan range");
10481048
} else if (!target) {
1049+
assert(false);
10491050
// start key must be set for multi-scan
10501051
multi_scan_status_ = Status::InvalidArgument("No seek key for MultiScan");
10511052
} else if (user_comparator_.CompareWithoutTimestamp(

0 commit comments

Comments
 (0)