xiaokang commented on code in PR #36275: URL: https://github.com/apache/doris/pull/36275#discussion_r1641595443
########## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ########## @@ -2264,6 +2264,10 @@ Status SegmentIterator::_next_batch_internal(vectorized::Block* block) { } _current_return_columns.resize(_schema->columns().size()); _converted_column_ids.resize(_schema->columns().size(), 0); + if (_char_type_idx.empty() && _char_type_idx_no_0.empty()) { Review Comment: add comment to explain why move _vec_init_char_column_id() to here. -- 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