theosib-amazon commented on code in PR #953:
URL: https://github.com/apache/parquet-mr/pull/953#discussion_r857895641


##########
parquet-common/src/main/java/org/apache/parquet/bytes/SingleBufferInputStream.java:
##########
@@ -174,4 +248,63 @@ public boolean markSupported() {
   public int available() {
     return buffer.remaining();
   }
+
+  @Override
+  public byte readByte() throws IOException {

Review Comment:
   I'm not sure what you're referring to. All of the methods beyond this point 
are absolutely necessary. We need to be able to read ints and longs and such 
from the bytebuffer, and this is the only way to get them.



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

Reply via email to