thisisnic opened a new issue, #36997: URL: https://github.com/apache/arrow/issues/36997
### Describe the enhancement requested Expand the `read_parquet()` function signature to explicitly enumerate each of the arguments for `ParquetReaderProperties$create()` and `ParquetArrowReaderProperties$create()` - see how this is done in `write_parquet()` for each of the arguments in `ParquetWriterProperties$create as an example. Arguments to add: * `enable_buffered_stream` - default value `FALSE` * `buffer_size` - default value `4096 * 4` * `thrift_string_size_limit` - default value `100 * 1000 * 1000` * `thrift_container_size_limit` - default value `1000 * 1000` * `file_decryption_properties` * `page_checksum_verification` - default value `FALSE` * `use_threads` - default value `option_use_threads()` * `pre_buffer` - default value `FALSE` Arguments to deprecate: * `props` - deprecate this for now via a warning generated by the `lifecycle` package This doesn't need to be done in 1 PR. New arguments should also be tested ### Component(s) R -- 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]
