Skip to content

Commit d2fd3a7

Browse files
committed
minor
1 parent 6f78818 commit d2fd3a7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/logstorage/block_stream_merger.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,6 @@ func (bsm *blockStreamMerger) processDeleteMarker(bsr *blockStreamReader, blockI
346346
}
347347

348348
rowsTotal := int(bsr.blockData.rowsCount)
349-
if rowsTotal == 0 {
350-
logger.Panicf("BUG: rowsTotal == 0")
351-
}
352349

353350
// FULL DELETE ─ drop block completely.
354351
if bm.IsOnes(uint64(rowsTotal)) {

0 commit comments

Comments
 (0)