Uh oh!
There was an error while loading. Please reload this page.
ARROW-14035: [C++][Python][R] Implement count distinct kernel - #11257
ARROW-14035: [C++][Python][R] Implement count distinct kernel#11257aucahuasi wants to merge 3 commits into
Conversation
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on JIRA? https://issues.apache.org/jira/browse/ARROW Opening JIRAs ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename pull request title in the following format? or See also: |
lidavidm
left a comment
There was a problem hiding this comment.
I realize this is very much a draft, but I left some notes.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ianmcook
commented
Sep 28, 2021
@aucahuasi may I push a commit to this PR to implement the R binding? (ARROW-14036) |
aucahuasi
commented
Sep 28, 2021
@ianmcook sure! |
aucahuasi
commented
Sep 28, 2021
7765ce6 to
8d61f6aCompareaucahuasi
commented
Sep 29, 2021
8d61f6a to
5570299CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
pitrou
left a comment
There was a problem hiding this comment.
Thanks for doing this. I'm adding some comments to Eduardo's.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
5570299 to
47571c7CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
47571c7 to
e6c7d1dCompareaucahuasi
commented
Oct 1, 2021
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
efe7974 to
5711dfdCompareUh oh!
There was an error while loading. Please reload this page.
cc10c5f to
a1b6dbbCompare
pitrou
left a comment
There was a problem hiding this comment.
Thanks for the update @aucahuasi . It looks like there's a couple issues remaining, see below.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
e0c42bb to
5c47cdaComparefinish basic implementation & add tests and docs add count_distinct_doc add R binding for count_distinct kernel support more types & add more tests minor change reduce code use type matchers to reduce even more code minor change Update docs/source/cpp/compute.rst Co-authored-by: Ian Cook <ianmcook@gmail.com> minor changes add tests for scalar types and fix an issue for scalars
5c47cda to
5de1a5cComparehttps://issues.apache.org/jira/browse/ARROW-14035Closesapache#11257 from aucahuasi/ARROW-14035-implement-count_distinct-kernel Lead-authored-by: Percy Camilo Triveño Aucahuasi <percy.camilo.ta@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
https://issues.apache.org/jira/browse/ARROW-14035