eldenmoon commented on code in PR #18654: URL: https://github.com/apache/doris/pull/18654#discussion_r1191859267
########## be/src/service/internal_service.cpp: ########## @@ -1422,11 +1439,26 @@ static Status read_by_rowids( continue; } segment_v2::SegmentSharedPtr segment = *it; - for (int x = 0; x < desc.slots().size() - 1; ++x) { Review Comment: new code ignored rowid column -- 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-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org