You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by pa...@apache.org on 2022/07/22 17:09:30 UTC

[arrow] branch master updated (9ad22551f7 -> 9442e1ce8d)

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 9ad22551f7 ARROW-16578: [R] unique() and is.na() on a column of a tibble is much slower after writing to and reading from a parquet file (#13415)
     add 9442e1ce8d ARROW-15016: [R] `show_exec_plan` for an `arrow_dplyr_query` (#13541)

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                           |   1 +
 r/R/arrow-package.R                   |   3 +-
 r/R/arrowExports.R                    |   4 ++
 r/R/dplyr.R                           |  47 +++++++++++++
 r/R/query-engine.R                    |  37 ++++++++++
 r/_pkgdown.yml                        |   1 +
 r/man/show_exec_plan.Rd               |  31 +++++++++
 r/src/arrowExports.cpp                |  12 ++++
 r/src/compute-exec.cpp                |  46 +++++++++++++
 r/tests/testthat/test-dataset-dplyr.R |  77 +++++++++++++++++++++
 r/tests/testthat/test-dplyr-query.R   | 123 ++++++++++++++++++++++++++++++++++
 11 files changed, 381 insertions(+), 1 deletion(-)
 create mode 100644 r/man/show_exec_plan.Rd