You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2022/02/07 19:58:35 UTC

[arrow] branch master updated (501d92e -> 858470d)

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 501d92e  ARROW-15080: [Python][C++] Enable tuples conversion to interval
     add 858470d  ARROW-14745: [R] Enable true duckdb streaming

No new revisions were added by this update.

Summary of changes:
 r/R/arrow-package.R             |  2 +-
 r/R/dplyr-arrange.R             |  2 +-
 r/R/dplyr-collect.R             |  8 +++---
 r/R/dplyr-count.R               |  4 +--
 r/R/dplyr-distinct.R            |  2 +-
 r/R/dplyr-filter.R              |  2 +-
 r/R/dplyr-group-by.R            |  8 +++---
 r/R/dplyr-join.R                | 12 ++++-----
 r/R/dplyr-mutate.R              |  4 +--
 r/R/dplyr-select.R              |  6 ++---
 r/R/dplyr-summarize.R           |  2 +-
 r/R/duckdb.R                    | 19 ++++++++-----
 r/man/to_arrow.Rd               |  8 ++++--
 r/tests/testthat/test-dataset.R | 54 ++++++++++++++++++++++++++++---------
 r/tests/testthat/test-duckdb.R  | 59 ++++++++++++++++++++++++++++++++++++++++-
 15 files changed, 144 insertions(+), 48 deletions(-)