bobhan1 commented on code in PR #21746: URL: https://github.com/apache/doris/pull/21746#discussion_r1262536756
########## be/src/olap/rowset/segment_v2/segment_writer.cpp: ########## @@ -364,6 +365,11 @@ Status SegmentWriter::append_block_with_partial_content(const vectorized::Block* } std::vector<std::unique_ptr<SegmentCacheHandle>> segment_caches(specified_rowsets.size()); // locate rows in base data + + int64_t num_rows_filtered = 0; + + std::vector<size_t> delete_idx; Review Comment: I forget to delete this. -- 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