This is an automated email from the ASF dual-hosted git repository.

jonkeane pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 0059d61  ARROW-14335: [GLib][Ruby] Add support for expression
     add b868090  ARROW-13465: [R] to_arrow() from duckdb

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/exec/exec_plan.cc | 12 ++++++++
 cpp/src/arrow/compute/exec/exec_plan.h  | 11 ++++++++
 cpp/src/arrow/compute/exec/plan_test.cc | 37 +++++++++++++++++++++++--
 r/NAMESPACE                             |  1 +
 r/R/arrowExports.R                      |  4 +++
 r/R/dplyr.R                             |  9 ++++--
 r/R/duckdb.R                            | 45 ++++++++++++++++++++++++++++++
 r/R/query-engine.R                      |  4 +++
 r/_pkgdown.yml                          |  1 +
 r/man/to_arrow.Rd                       | 33 ++++++++++++++++++++++
 r/src/arrowExports.cpp                  | 17 ++++++++++++
 r/src/compute-exec.cpp                  | 13 +++++++++
 r/tests/testthat/test-RecordBatch.R     | 27 ++++++++++++++++++
 r/tests/testthat/test-dataset.R         | 35 +++++++++++++++++++++++
 r/tests/testthat/test-duckdb.R          | 49 ++++++++++++++++++++++++++++++++-
 15 files changed, 293 insertions(+), 5 deletions(-)
 create mode 100644 r/man/to_arrow.Rd

Reply via email to