prakharjain09 commented on a change in pull request #945:
URL: https://github.com/apache/parquet-mr/pull/945#discussion_r814998446
##########
File path:
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/InternalParquetRecordReader.java
##########
@@ -227,6 +232,9 @@ public boolean nextKeyValue() throws IOException,
InterruptedException {
try {
currentValue = recordReader.read();
+ if (rowIdxInFileItr != null) {
Review comment:
done.
##########
File path:
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/metadata/BlockMetaData.java
##########
@@ -33,6 +33,7 @@
private long totalByteSize;
private String path;
private int ordinal;
+ private long rowIndexOffset;
Review comment:
done.
--
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]