This is an automated email from the ASF dual-hosted git repository.
npr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 6c23e17 ARROW-14043: [Python] Allow unsigned integer index type in
dictionary() type factory function
add 18756c2 ARROW-10415: [R] Support for dplyr::distinct()
No new revisions were added by this update.
Summary of changes:
r/DESCRIPTION | 1 +
r/R/arrow-package.R | 3 +-
r/R/dplyr-distinct.R | 46 +++++++++++++++
r/R/dplyr-group-by.R | 4 ++
r/tests/testthat/test-dplyr-distinct.R | 104 +++++++++++++++++++++++++++++++++
5 files changed, 157 insertions(+), 1 deletion(-)
create mode 100644 r/R/dplyr-distinct.R
create mode 100644 r/tests/testthat/test-dplyr-distinct.R