yiguolei commented on code in PR #45675: URL: https://github.com/apache/doris/pull/45675#discussion_r1893548864
########## be/src/olap/rowset/segment_v2/indexed_column_reader.h: ########## @@ -103,7 +104,6 @@ class IndexedColumnReader : public MetadataAdder<IndexedColumnReader> { const KeyCoder* _value_key_coder = nullptr; uint64_t _mem_size = 0; bool _is_pk_index = false; - OlapReaderStatistics* _index_load_stats = nullptr; Review Comment: also should modify IndexedColumnIterator, it also saves OlapReaderStatistics* _stats = nullptr; at line 192 -- 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