pavibhai commented on a change in pull request #652:
URL: https://github.com/apache/orc/pull/652#discussion_r598805851
##########
File path: java/core/src/java/org/apache/orc/impl/InStream.java
##########
@@ -471,6 +472,7 @@ private int readHeaderByte() {
}
private void readHeader() throws IOException {
+ currentCompressedStart = compressed.position();
Review comment:
This is a good catch @omalley fixed this and added a test to verify that
the seek skip takes place even when the DiskRange does not perfectly align with
the stream
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]