You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/07/17 14:01:36 UTC

[GitHub] [doris] zhannngchen commented on a diff in pull request #10946: [Bugfix](compaction) fix uniq key compaction bug

zhannngchen commented on code in PR #10946:
URL: https://github.com/apache/doris/pull/10946#discussion_r922838515


##########
be/src/vec/olap/vgeneric_iterators.cpp:
##########
@@ -374,6 +377,8 @@ Status VMergeIterator::next_batch(vectorized::Block* block) {
         if (!ctx->need_skip()) {
             // copy current row to block
             ctx->copy_row(block);
+        } else {

Review Comment:
   check  `_merged_rows` not null?



-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org