You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "difin (via GitHub)" <gi...@apache.org> on 2023/03/09 17:37:08 UTC

[GitHub] [orc] difin commented on a diff in pull request #1432: ORC-1393: Add `reset(DiskRangeList input, long length)` to `InStream` impl class

difin commented on code in PR #1432:
URL: https://github.com/apache/orc/pull/1432#discussion_r1131375197


##########
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:
   Thanks for your comment, done.



-- 
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