yiguolei commented on code in PR #15413:
URL: https://github.com/apache/doris/pull/15413#discussion_r1058017108
##########
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##########
@@ -571,11 +569,13 @@ Status SegmentIterator::_seek_and_peek(rowid_t rowid) {
RETURN_IF_ERROR(_seek_columns(_seek_schema->column_ids(), rowid));
}
size_t num_rows = 1;
Review Comment:
num_rows is useless
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]