danielcweeks commented on code in PR #1139: URL: https://github.com/apache/parquet-mr/pull/1139#discussion_r1326633841
########## parquet-common/src/main/java/org/apache/parquet/io/SeekableInputStream.java: ########## @@ -105,4 +107,21 @@ public abstract class SeekableInputStream extends InputStream { */ public abstract void readFully(ByteBuffer buf) throws IOException; + /** + * Read a set of file ranges in a vectored manner. Review Comment: Can we get some param docs here? The behavior of the `allocate` param wasn't immediately clear to me. -- 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: dev-unsubscr...@parquet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org