csun5285 commented on code in PR #43003: URL: https://github.com/apache/doris/pull/43003#discussion_r1827287599
########## be/src/olap/tablet_schema.h: ########## @@ -376,7 +382,15 @@ class TabletSchema : public MetadataAdder<TabletSchema> { void set_row_store_page_size(long page_size) { _row_store_page_size = page_size; } long row_store_page_size() const { return _row_store_page_size; } - const std::vector<TabletIndex>& indexes() const { return _indexes; } + const std::vector<const TabletIndex*> inverted_indexes() const { + std::vector<const TabletIndex*> inverted_indexes; Review Comment: For the sake of code clarity, this is worthwhile. -- 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