You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "yixiutt (via GitHub)" <gi...@apache.org> on 2023/04/27 02:50:40 UTC

[GitHub] [doris] yixiutt commented on a diff in pull request #17542: [feature-wip](partial update) support MOW partial update in stream load

yixiutt commented on code in PR #17542:
URL: https://github.com/apache/doris/pull/17542#discussion_r1178572259


##########
be/src/olap/delta_writer.cpp:
##########
@@ -269,10 +273,10 @@ void DeltaWriter::_reset_mem_table() {
         _mem_table_tracker.push_back(mem_table_insert_tracker);
         _mem_table_tracker.push_back(mem_table_flush_tracker);
     }
+    auto mow_context = std::make_shared<MowContext>(_cur_max_version, _rowset_ids, _delete_bitmap);

Review Comment:
   跟哪里重复了?



-- 
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