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 5845556 ARROW-14226: [R] Handle n_distinct() (and others) with args
!= 1
add 7eba115 ARROW-13860: [R] arrow 5.0.0 write_parquet throws error
writing grouped data.frame
No new revisions were added by this update.
Summary of changes:
r/R/arrow-tabular.R | 54 ++++++++++++++++++++++++++++---------
r/R/dplyr-group-by.R | 11 ++++++--
r/R/dplyr.R | 3 ++-
r/R/metadata.R | 17 ++++++++++++
r/R/query-engine.R | 5 ++--
r/R/record-batch.R | 23 +++-------------
r/R/schema.R | 17 ++++++++++++
r/R/table.R | 25 +++--------------
r/tests/testthat/helper-parquet.R | 4 +--
r/tests/testthat/test-RecordBatch.R | 29 +++++++++++++++++---
r/tests/testthat/test-duckdb.R | 4 +--
r/tests/testthat/test-metadata.R | 14 +++++++---
r/tests/testthat/test-parquet.R | 7 +++++
13 files changed, 144 insertions(+), 69 deletions(-)