shangxinli commented on a change in pull request #945:
URL: https://github.com/apache/parquet-mr/pull/945#discussion_r805052003
##########
File path:
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/InternalParquetRecordReader.java
##########
@@ -69,6 +71,8 @@
private long current = 0;
private int currentBlock = -1;
private ParquetFileReader reader;
+ private long currentRowIndex = -1L;
+ private PrimitiveIterator.OfLong rowIndexWithinFileIterator;
Review comment:
The name is so long
--
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]