alamb commented on issue #6476:
URL: https://github.com/apache/arrow-rs/issues/6476#issuecomment-2400088371

   > I propose another approach: we could cache the page index upon its initial 
load ( make user provided metadata mutable), as the current API seems 
satisfactory to me.
   
   I am not quite sure what you mean by this -- depending on how you setup the 
initial load, the page index will be read. The issue I was trying to describe 
is if you don't read the page index in the initial load, a subsequent opening 
of the file even if you supply `ParquetMetaData`,  will force another fetch of 
metadata (page index) prior to reading the data


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

Reply via email to