zhannngchen commented on code in PR #17542:
URL: https://github.com/apache/doris/pull/17542#discussion_r1178573061
##########
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:
忽略,这个是前面最开始review的时候留下来的一个想check的点,后来忘记删掉了
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]