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

Aljoscha Krettek edited comment on FLINK-4029 at 3/30/20, 12:33 PM:
--------------------------------------------------------------------

I'm closing this since there is no more activity and the code base has moved on 
quite a bit. Please re-open this if you feel otherwise and work should continue.


was (Author: aljoscha):
I'm closing this since there is no more activity and the code base has moved on 
quite a bit. Please re-open this if you feel otherwise and work should 
continue. We will not develop the DataSet API further.

> Multi-field "sum" function just like "keyBy"
> --------------------------------------------
>
>                 Key: FLINK-4029
>                 URL: https://issues.apache.org/jira/browse/FLINK-4029
>             Project: Flink
>          Issue Type: Improvement
>          Components: API / DataStream
>            Reporter: Rami
>            Priority: Minor
>
> I can use keyBy as follows:
> stream.keyBy(“pojo.field1”,”pojo.field2”,…)
> Would make sense that I can use sum for example, to do its job for more than 
> one field:
> stream.sum(“pojo.field1”,”pojo.field2”,…)



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

Reply via email to