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

zhengyu.lou commented on FLINK-12793:
-------------------------------------

Could you please provide some more details and assign this ticket to me?thx 
[~yanghua]

> Add localKeyBy API to DataStream
> --------------------------------
>
>                 Key: FLINK-12793
>                 URL: https://issues.apache.org/jira/browse/FLINK-12793
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / State Backends
>            Reporter: vinoyang
>            Priority: Major
>              Labels: auto-unassigned
>
> We need to provide a series of {{localKeyBy}} methods in {{DataStream}}. They 
> are:
> {code:java}
> KeyedStream<T, Tuple> localKeyBy(int… fields);
> KeyedStream<T, Tuple> localKeyBy(Keys<T> keys);
> <K> KeyedStream<T, K> localKeyBy(KeySelector<T, K> keySelector);
> <K> KeyedStream<T, K> localKeyBy(KeySelector<T, K> keySelector, 
> TypeInformation<K> keyType);
> {code}
> And we also need to do some changes when jobs compiling.
>  



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

Reply via email to