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 2021/08/16 10:28:40 UTC

[GitHub] [incubator-doris] wangbo opened a new issue #6454: Remove useless code for Segment V2

wangbo opened a new issue #6454:
URL: https://github.com/apache/incubator-doris/issues/6454


   For segment v2, ```RowBlock2``` 's ```_delete_state``` is useless, ```Delete Logic```  actually works in ```SegmentIterator::next_batch```;
   In ```BetaRowsetReader::next_block```,  when ```RowBlockV2::convert_to_row_block``` is called, RowBlockV2's  ignored.
   So I think this logic can be removed from ```column_reader```/```segment_iterator```/```generic_iterators.cpp```.
   


-- 
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