csun5285 commented on code in PR #43003: URL: https://github.com/apache/doris/pull/43003#discussion_r1827285403
########## be/src/olap/rowset/segment_v2/column_writer.h: ########## @@ -63,7 +63,7 @@ struct ColumnWriterOptions { bool need_inverted_index = false; uint8_t gram_size; uint16_t gram_bf_size; - std::vector<const TabletIndex*> indexes; + std::vector<const TabletIndex*> indexes; // unused Review Comment: In the future, a column may support multiple indexes. -- 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