liaoxin01 commented on code in PR #11283: URL: https://github.com/apache/doris/pull/11283#discussion_r932794629
########## be/src/olap/rowset/beta_rowset_writer.cpp: ########## @@ -161,6 +161,10 @@ Status BetaRowsetWriter::add_rowset(RowsetSharedPtr rowset) { _total_data_size += rowset->rowset_meta()->data_disk_size(); _total_index_size += rowset->rowset_meta()->index_disk_size(); _num_segment += rowset->num_segments(); + // append key_bounds to current rowset + rowset->get_segments_key_bounds(&_segments_encoded_key_bounds); + // append key_bounds to current rowset + rowset->get_segments_key_bounds(&_segments_encoded_key_bounds); Review Comment: duplicate? -- 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