You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2022/07/14 21:03:04 UTC

[arrow] branch master updated (5d86e9fc40 -> 87d1889092)

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 5d86e9fc40 ARROW-16734: [C++] Bump vendored version of protobuf (#13581)
     add 87d1889092 ARROW-16977: [R] Update dataset row counting so no integer overflow on large datasets (#13514)

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                   |  1 +
 r/R/arrow-package.R           |  2 +-
 r/R/record-batch.R            |  4 ++--
 r/R/util.R                    |  2 +-
 r/src/array.cpp               | 24 ++++++++++-----------
 r/src/arrowExports.cpp        | 50 +++++++++++++++++++++----------------------
 r/src/buffer.cpp              |  8 +++----
 r/src/chunkedarray.cpp        | 19 +++++++++-------
 r/src/dataset.cpp             |  4 ++--
 r/src/filesystem.cpp          |  4 +++-
 r/src/io.cpp                  | 21 +++++++++---------
 r/src/message.cpp             |  9 ++++----
 r/src/parquet.cpp             |  4 ++--
 r/src/recordbatch.cpp         |  8 +++----
 r/src/table.cpp               |  8 +++----
 r/tests/testthat/test-Table.R | 25 ++++++++++++++++++++++
 16 files changed, 113 insertions(+), 80 deletions(-)