nextdreamblue commented on code in PR #15018: URL: https://github.com/apache/doris/pull/15018#discussion_r1047185051
########## be/src/olap/memtable.h: ########## @@ -224,6 +224,8 @@ class MemTable { DeleteBitmapPtr _delete_bitmap; RowsetIdUnorderedSet _rowset_ids; int64_t _cur_max_version; + // seg ids in one _do_flush for calc delete bitmap + std::vector<int64_t> _seg_ids; Review Comment: it is better, i will fix code by this way -- 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