jorisvandenbossche commented on issue #36441: URL: https://github.com/apache/arrow/issues/36441#issuecomment-1621652122
The CacheOptions is also already explicitly exposed in the `IpcFragmentScanOptions` (on the C++ side, this class it not yet exposed in Python). All the other options of `ArrowReaderProperties` are exposed in the pyarrow equivalent (in `ParquetReader` in _parquet.pyx), so indeed seems to make sense to expose the cache options as well. In the ParquetFragmentScanOptions, currently only `pre_buffer` is exposed. -- 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]
