rdblue commented on code in PR #953:
URL: https://github.com/apache/parquet-mr/pull/953#discussion_r857176203
##########
parquet-common/src/main/java/org/apache/parquet/bytes/MultiBufferInputStream.java:
##########
@@ -248,13 +295,17 @@ public int read() throws IOException {
throw new EOFException();
}
+ this.position++;
Review Comment:
Can you revert the unnecessary change here? This was `this.position += 1;`
and I don't see a reason to change it more than necessary.
--
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]