steveloughran opened a new pull request, #3698:
URL: https://github.com/apache/parquet-java/pull/3698

   
   
   
   Contains contributions by Claude.ai (rebasing; junit5/assertj migration)
   
   Contributed by @wankunde; made current by claude.
   
   
   ### Rationale for this change
   
   HTTP HEAD is expensive, slow and comes out of your quota of a few thousand 
reads/second
   
   
   ### What changes are included in this PR?
   
   The InputFile used when reading a file footer is cached in the input split, 
so all splits read in the same process *only* will use that and any cached 
FileStatus when opening the file. This saves a HEAD against s3, azure and gcs 
on every split read within that process.
   
   
   ### Are these changes tested?
   
   new test, otherwise all internal.
   
   ### Are there any user-facing changes?
   
   no
   
   Closes #3697


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