zhuqi-lucas commented on PR #18112:
URL: https://github.com/apache/datafusion/pull/18112#issuecomment-3418429112

   More details, it seems datafusion default will not add metadata_size_hint, 
we can try to add and testing it.
   
   ```rust
           /// (reading) If specified, the parquet reader will try and fetch 
the last `size_hint`
           /// bytes of the parquet file optimistically. If not specified, two 
reads are required:
           /// One read to fetch the 8-byte parquet footer and
           /// another to fetch the metadata length encoded in the footer
           pub metadata_size_hint: Option<usize>, default = None
   
   ```


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