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