wgtmac commented on code in PR #3698:
URL: https://github.com/apache/parquet-java/pull/3698#discussion_r3932967433


##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetInputSplit.java:
##########
@@ -55,6 +57,13 @@ public class ParquetInputSplit extends FileSplit implements 
Writable {
   private long end;
   private long[] rowGroupOffsets;
 
+  /**
+   * Footer of the file, if the split was built by a caller which had already 
read it.
+   * Not written by {@link #write(DataOutput)}, so it is only visible within 
the JVM which set it.
+   */
+  @JsonIgnore

Review Comment:
   Unfortunately I don't have a good answer even after consulting AI. It seems 
that there are already similar issues before this PR so I think this is not 
blocking?
   
   Do you have any suggestion? @gszadovszky @Fokko



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