You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by GitBox <gi...@apache.org> on 2022/05/16 07:05:37 UTC

[GitHub] [orc] stiga-huang commented on a diff in pull request #1114: ORC-1170:[C++] Optimize the RowReader::seekToRow function

stiga-huang commented on code in PR #1114:
URL: https://github.com/apache/orc/pull/1114#discussion_r873380307


##########
c++/src/Reader.hh:
##########
@@ -187,6 +188,16 @@ namespace orc {
     friend class TestRowReader_advanceToNextRowGroup_Test;
     friend class TestRowReader_computeBatchSize_Test;
 
+    inline uint64_t lastRowOfCurrentStripe() const {

Review Comment:
   Do we use this somewhere?



-- 
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-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org