[chore](fix) Fix some spell errors in be's comments. #13452

This commit is contained in:
xy720
2022-10-20 08:56:01 +08:00
committed by GitHub
parent 3821f8420d
commit f329d33666
48 changed files with 57 additions and 57 deletions

View File

@ -282,7 +282,7 @@ Status BlockReader::_unique_key_next_block(Block* block, MemPool* mem_pool, Obje
}
} while (target_block_row < _batch_size);
// do filter detete row in base compaction, only base compaction need to do the job
// do filter delete row in base compaction, only base compaction need to do the job
if (_filter_delete) {
int delete_sign_idx = _reader_context.tablet_schema->field_index(DELETE_SIGN);
DCHECK(delete_sign_idx > 0);