You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Rui Wang (Jira)" <ji...@apache.org> on 2020/05/04 18:51:00 UTC

[jira] [Commented] (BEAM-9418) Support ANY_VALUE aggregation functions

    [ https://issues.apache.org/jira/browse/BEAM-9418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17099247#comment-17099247 ] 

Rui Wang commented on BEAM-9418:
--------------------------------

Thanks John for your contribution! The PR has merged.

> Support ANY_VALUE aggregation functions
> ---------------------------------------
>
>                 Key: BEAM-9418
>                 URL: https://issues.apache.org/jira/browse/BEAM-9418
>             Project: Beam
>          Issue Type: Task
>          Components: dsl-sql
>            Reporter: Rui Wang
>            Assignee: John Mora
>            Priority: Major
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Support the following functionality in BeamSQL:
> {code:java}
> "select t.key, ANY_VALUE(t.column) from t group by t.key";
> {code}
> Spec link: https://cloud.google.com/bigquery/docs/reference/standard-sql/aggregate_functions#any_value



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