thisisnic opened a new issue, #36990:
URL: https://github.com/apache/arrow/issues/36990

   ### Describe the enhancement requested
   
   In #36940, a user gets an error due to an excessively thrift object. The 
limit can be configured in C++ but is not exposed in the R bindings.  
   
   Looking at the R bindings, it looks like we use the `ArrowReaderProperties` 
but not the `ReaderProperties`.
   
   Looking at the docs [here](https://arrow.apache.org/docs/cpp/parquet.html) 
it looks like we could be using both.
   
   There is also a `TODO` note in a comment in the function signature for 
`read_parquet()` which talks about expanding the arguments we pass through, 
rather than just passing in a `ParquetArrowReaderProperties` to the `props` 
argument.  We could consider also doing this in this ticket or in a follow-up.
   
   ### 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]

Reply via email to