This is an automated email from the ASF dual-hosted git repository.
npr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from c3e399c ARROW-10065: [Rust] Simplify code (+500, -1k)
add 5e150bb ARROW-9557: [R] Iterating over parquet columns is slow in R
No new revisions were added by this update.
Summary of changes:
cpp/src/parquet/arrow/reader.cc | 4 +-
r/NAMESPACE | 1 +
r/R/arrow-package.R | 2 +-
r/R/arrowExports.R | 28 ++++++++++
r/R/parquet.R | 69 +++++++++++++++++++----
r/man/ParquetFileReader.Rd | 21 +++++--
r/src/arrowExports.cpp | 119 ++++++++++++++++++++++++++++++++++++++++
r/src/parquet.cpp | 55 +++++++++++++++++++
r/tests/testthat/test-parquet.R | 26 +++++++++
9 files changed, 307 insertions(+), 18 deletions(-)