airborne12 commented on code in PR #38908: URL: https://github.com/apache/doris/pull/38908#discussion_r1719273942
########## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ########## @@ -1471,6 +1481,8 @@ Status SegmentIterator::_init_inverted_index_iterators() { _segment->_tablet_schema->get_inverted_index(_opts.tablet_schema->column(cid)), _opts, &_inverted_index_iterators[cid])); } + _inverted_index_iterators_by_col_name[_schema->column(cid)->name()] = Review Comment: We can use name -> cid mapping, but if that, we need two params in vexpr context, name -> id mapping, inverted index iterators list, instead of just _inverted_index_iterators_by_col_name -- 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