parquet-java
parquet-java copied to clipboard
GH-3074: read footer using 1 call readFully(byte[8]) instead of 5 calls
GH-3074: read footer using 1 call readFully(byte[8]) instead of 5 calls
Rationale for this change
performance
What changes are included in this PR?
only method FilePargetReader.readFooter()
Are these changes tested?
Are there any user-facing changes?
no
Could you try to rebase it? I think the CI failure is due to based on a problematic commit.