dongjoon-hyun commented on code in PR #1432:
URL: https://github.com/apache/orc/pull/1432#discussion_r1130527909
##########
java/core/src/java/org/apache/orc/impl/InStream.java:
##########
@@ -87,6 +87,11 @@ protected void reset(DiskRangeList input) {
setCurrent(input, true);
}
+ protected void reset(DiskRangeList input, long length) {
Review Comment:
Please add a function description for this method because this method will
be used as a wrapper from now.
--
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]