Commits


Nic Crane authored and GitHub committed cd8830b43fa
GH-36990: [R] Expose Parquet ReaderProperties (#36992) ### Rationale for this change Expose the ReaderProperties class in R so that the thrift size settings can be altered. ### What changes are included in this PR? Add R6 class, link it up to the C++ class, use it when reading Parquet files. ### Are these changes tested? Yes ### Are there any user-facing changes? Nope * Closes: #36990 Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>