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

[GitHub] [orc] dongjoon-hyun commented on a diff in pull request #1432: ORC-1393: Returning the possibility to change stream length when resetting UncompressedStream

dongjoon-hyun commented on code in PR #1432:
URL: https://github.com/apache/orc/pull/1432#discussion_r1130359748


##########
java/core/src/java/org/apache/orc/impl/InStream.java:
##########
@@ -106,7 +111,7 @@ public static class UncompressedStream extends InStream {
     protected ByteBuffer decrypted;
     protected DiskRangeList currentRange;
     protected long currentOffset;
-
+    

Review Comment:
   Could you make CI happy, @difin ?
   ```
   Error:  src/java/org/apache/orc/impl/InStream.java:[114] (regexp) RegexpSingleline: No trailing white space allowed.
   ```



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