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

Aljoscha Krettek commented on FLINK-2303:
-----------------------------------------

-1
We are having the discussion right now about reorganizing the Streaming API a 
bit. I think the aggregations (grouped and non-grouped) without windows should 
be removed to make the API clearer and safer.

> Add count method to GroupedDataStream
> -------------------------------------
>
>                 Key: FLINK-2303
>                 URL: https://issues.apache.org/jira/browse/FLINK-2303
>             Project: Flink
>          Issue Type: Improvement
>          Components: Streaming
>            Reporter: Gábor Hermann
>            Assignee: Gábor Hermann
>            Priority: Minor
>
> As aggregations from DataStream was removed, the {{count}} method was also 
> removed. A count method should be introduced to the {{GroupedDataStream<T>}} 
> that returns a {{Tuple2<T, Long>}} of the latest element and number of the 
> elements in the stream with the same key.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to