Uh oh!
There was an error while loading. Please reload this page.
ARROW-17689: [R] Implement dplyr::across() inside group_by() - #14122
Conversation
Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
paleolimbot
left a comment
There was a problem hiding this comment.
Thanks! Just a few nits. Excited to have this merged!
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.
Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
eitsupi
commented
Sep 15, 2022
Thanks for the review, I have changed the |
Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
eitsupi
commented
Sep 15, 2022
Further tests were added. |
paleolimbot
left a comment
There was a problem hiding this comment.
Thank you...this looks great! I will wait for the CI to turn green (minus the duckdb failures) and then merge. In addition to your followups, there's a number of other across-related tickets if you're ever looking (ARROW-17690 and ARROW-17387 are two that come to mind 🙂 ).
ursabot
commented
Sep 16, 2022
Benchmark runs are scheduled for baseline = 93626ee and contender = 557acf5. 557acf5 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
ursabot
commented
Sep 16, 2022
['Python', 'R'] benchmarks have high level of regressions. |
…14122) Because the handling of the case `.add = TRUE` and the `add` argument have been changed, test cases for these are also added. Authored-by: SHIMA Tatsuya <ts1s1andn@gmail.com> Signed-off-by: Dewey Dunnington <dewey@fishandwhistle.net>
Because the handling of the case
.add = TRUEand theaddargument have been changed, test cases for these are also added.