shangxinli commented on a change in pull request #945:
URL: https://github.com/apache/parquet-mr/pull/945#discussion_r820893950
##########
File path:
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetReader.java
##########
@@ -140,6 +140,16 @@ public T read() throws IOException {
}
}
+ /**
+ * Returns the row index of the last read row. If no row has been processed,
returns -1.
Review comment:
Given this is public method, we need to take care of the Java doc
decrations
--
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]