HappenLee commented on code in PR #9547: URL: https://github.com/apache/incubator-doris/pull/9547#discussion_r873311365
########## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ########## @@ -797,7 +797,8 @@ void SegmentIterator::_init_current_block( auto cid = _schema.column_id(i); auto column_desc = _schema.column(cid); - if (_is_pred_column[cid]) { //todo(wb) maybe we can release it after output block + if (_is_pred_column[cid] || Review Comment: have add comment in init `_current_return_columns` -- 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