TangSiyang2001 commented on code in PR #37950: URL: https://github.com/apache/doris/pull/37950#discussion_r1680989041
########## be/src/vec/olap/block_reader.cpp: ########## @@ -377,8 +377,7 @@ Status BlockReader::_unique_key_next_block(Block* block, bool* eof) { } } while (target_block_row < _reader_context.batch_size); - // do filter delete row in base compaction, only base compaction need to do the job - if (_filter_delete) { + if (_filter_delete && !_cumu_delete) { Review Comment: updated -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org