wankunde commented on code in PR #1242:
URL: https://github.com/apache/parquet-mr/pull/1242#discussion_r1463119409


##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetInputSplit.java:
##########
@@ -222,6 +227,14 @@ public long[] getRowGroupOffsets() {
     return rowGroupOffsets;
   }
 
+  public ParquetMetadata getFooter() {
+    return footer;
+  }
+
+  public void setFooter(ParquetMetadata footer) {

Review Comment:
   Now parquet will convert the input split to `ParquetInputSplit` and build 
the reader with it. I think if  `ParquetInputSplit` was removed from 
ParquetFileReader class, spark need a shim class to work with different parquet 
version. 
   
   That will be a big change. 



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to