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

Konstantin Knauf updated FLINK-7955:
------------------------------------
    Priority: Minor  (was: Trivial)

In https://issues.apache.org/jira/browse/FLINK-22028 the "Trivial" priority 
will be dropped. Therefore I changed the priority of this ticket to Minor.

> Rowtime attribute cannot be aggregated in group window of stream Table API
> --------------------------------------------------------------------------
>
>                 Key: FLINK-7955
>                 URL: https://issues.apache.org/jira/browse/FLINK-7955
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / API
>    Affects Versions: 1.3.2, 1.4.0
>            Reporter: Fabian Hueske
>            Priority: Minor
>
> The following query fails with a {{NullPointerException}}:
> {code}
> val windowedTable = table
>       .window(Tumble over 5.milli on 'rowtime as 'w)
>       .groupBy('w, 'word)
>       .select('word, 'rowtime.count, 'w.start, 'w.end)
> {code}
> Equivalent SQL queries or Table API queries that use a processing time 
> attribute are working.



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

Reply via email to