steveloughran commented on PR #3395:
URL: https://github.com/apache/parquet-java/pull/3395#issuecomment-4268040711

   this saves a lot of IO against cloud storage, and 100ms per footer.
   
   it could be even better if we just relied on file length being passed down, 
as iceberg stores that in its metadata -if it can make its way all the way down 
then a lot of time and money is ultimately saved.
   
   that'd need extensions to the public API, but passing down just the length 
here would prepare for those future changes


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