mukund-thakur commented on code in PR #999: URL: https://github.com/apache/parquet-mr/pull/999#discussion_r995132403
########## parquet-common/src/main/java/org/apache/parquet/io/SeekableInputStream.java: ########## @@ -23,6 +23,10 @@ import java.io.IOException; import java.io.InputStream; import java.nio.ByteBuffer; +import java.util.List; +import java.util.function.IntFunction; + +import org.apache.hadoop.fs.FileRange; Review Comment: @danielcweeks Do you agree with my suggested approach? Thanks for reviewing the code. -- 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]
