luffy-zh commented on code in PR #2406: URL: https://github.com/apache/orc/pull/2406#discussion_r2358296291
########## c++/src/Reader.cc: ########## @@ -1070,6 +1095,14 @@ namespace orc { } } + uint64_t getStripeSize(const proto::StripeInformation& stripeInfo) { Review Comment: Could we perhaps use StripeInformation::getLength() instead? -- 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