chaoyli commented on a change in pull request #653: Fix reading bugs
URL: https://github.com/apache/incubator-doris/pull/653#discussion_r259304910
 
 

 ##########
 File path: be/src/olap/rowset/alpha_rowset_reader.cpp
 ##########
 @@ -207,6 +215,16 @@ OLAPStatus 
AlphaRowsetReader::_get_next_row_for_cumulative_rowset(RowCursor** ro
     OLAPStatus status = _get_next_not_filtered_row(pos, row);
     RowBlock* row_block = _row_blocks[pos];
     row_block->pos_inc();
 
 Review comment:
   _row_blocks[pos]->pos_inc() may be better

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to