hrbeuyz24 commented on issue #2084: URL: https://github.com/apache/orc/issues/2084#issuecomment-2538077605
> Could you provide more context? How did you tell the C++ reader to read only row 100 and 130 out of an ORC file? Through the index we built ourselves, we know that a certain query needs to read the data of rows 100 and 130 then we will SeekToRow(100) and Next(1), SeekToRow(130) and Next(1). -- 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: issues-unsubscr...@orc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org