This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from ec579df631 ARROW-17287: [C++] Create scan node that doesn't rely on
the merged generator (#13782)
add 0aacc28cf8 ARROW-11841: [R][C++] Allow cancelling long-running
commands (#13635)
No new revisions were added by this update.
Summary of changes:
r/R/arrow-package.R | 18 ++++-
r/R/arrowExports.R | 8 ++
r/src/arrowExports.cpp | 18 +++++
r/src/arrow_types.h | 4 +-
r/src/compute-exec.cpp | 31 ++++---
r/src/csv.cpp | 8 +-
r/src/extension-impl.cpp | 2 +-
r/src/filesystem.cpp | 7 +-
r/src/r_to_arrow.cpp | 2 +-
r/src/safe-call-into-r-impl.cpp | 55 ++++++++-----
r/src/safe-call-into-r.h | 175 +++++++++++++++++++++++++++++++++-------
11 files changed, 254 insertions(+), 74 deletions(-)