You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/05/14 00:46:36 UTC

[GitHub] [incubator-doris] yiguolei commented on a diff in pull request #9547: [Bug][Vectorized] Fix BE crash with delete condition and enable_storage_vectorization

yiguolei commented on code in PR #9547:
URL: https://github.com/apache/incubator-doris/pull/9547#discussion_r872904649


##########
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:
   Please add some comment here, explain why i will GT block->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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org