You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2021/09/10 12:40:00 UTC

[jira] [Resolved] (ARROW-13778) [R] Handle complex summarize expressions

     [ https://issues.apache.org/jira/browse/ARROW-13778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neal Richardson resolved ARROW-13778.
-------------------------------------
    Resolution: Fixed

Issue resolved by pull request 11108
[https://github.com/apache/arrow/pull/11108]

> [R] Handle complex summarize expressions
> ----------------------------------------
>
>                 Key: ARROW-13778
>                 URL: https://issues.apache.org/jira/browse/ARROW-13778
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Neal Richardson
>            Assignee: Neal Richardson
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 6.0.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Right now we can do {{summarize(x = agg(field), y = agg(expr))}} but we can't do {{z = agg(fn\(x\))}} or {{q = agg(field) + agg(field)}}. This will require more complex expression massaging.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)