You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2023/07/05 12:23:54 UTC

[GitHub] [arrow] jorisvandenbossche commented on issue #36441: [Python] Make `CacheOptions` configurable from Python

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org