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


##########
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:
   @wgtmac what do you suggest as a good strategy here? the xml ones have their 
own issues ( https://github.com/FasterXML/jackson-modules-base ); otherwise I'd 
use the javax.xml.bind ones. 



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