pitrou commented on issue #46404:
URL: https://github.com/apache/arrow/issues/46404#issuecomment-2939902694

   > The only remaining issue in this problemspace now is that `pyarrow` isn't 
able to read parquet files with page header statistics which contain values 
larger than 8MiB.
   
   I guess we could expose a setting to allow increasing the max page header 
size. There is already a [low-level C++ 
API](https://github.com/apache/arrow/blob/832bfa1ec67c3a6d43dab5abe7d84271680fee9c/cpp/src/parquet/column_reader.h#L150)
 for it, but it should be moved to the `ReaderProperties` class and then 
exposed in Python.


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