liaoxin01 commented on code in PR #11928:
URL: https://github.com/apache/doris/pull/11928#discussion_r952268224
##########
be/src/olap/rowset/segment_v2/index_page.h:
##########
@@ -138,6 +138,14 @@ class IndexPageIterator {
return true;
}
+ // Return true when has next page.
+ bool has_next() {
+ if ((_pos + 1) >= _reader->count()) {
Review Comment:
fixed
--
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]