jorisvandenbossche opened a new issue, #39530: URL: https://github.com/apache/arrow/issues/39530
As a follow-up on https://github.com/apache/arrow/pull/36627, which exposed the `CacheOptions` in PyArrow, and added support for specifying it in the arrow reader properties in `_dataset_parquet.pyx`: * The ArrowReaderProperties are also used in `_parquet.pyx` (for ParquetReader, which backs `pq.ParquetFile(..)`). Ideally we keep the single file reader functionalities equivalent with the dataset reader (for pure parquet things), and so we can expose this option there as well. * We can also add this as a configurable parameter to `IpcReadOptions` bindings. -- 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]
