gszadovszky commented on code in PR #3698:
URL: https://github.com/apache/parquet-java/pull/3698#discussion_r3933840537
##########
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:
I agree this should not be blocking. We should create a separate issue for
this. I do not have a good solution either.
--
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]