parquet-java icon indicating copy to clipboard operation
parquet-java copied to clipboard

GH-3074: read footer using 1 call readFully(byte[8]) instead of 5 calls

Open Arnaud-Nauwynck opened this issue 1 year ago • 1 comments

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

Arnaud-Nauwynck avatar Nov 23 '24 15:11 Arnaud-Nauwynck

Could you try to rebase it? I think the CI failure is due to based on a problematic commit.

wgtmac avatar Nov 28 '24 02:11 wgtmac