You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "sunjincheng (JIRA)" <ji...@apache.org> on 2018/12/07 04:14:00 UTC

[jira] [Assigned] (FLINK-11091) Clear the use of deprecated methods of KeyedStream in table operators

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

sunjincheng reassigned FLINK-11091:
-----------------------------------

    Assignee: sunjincheng

> Clear the use of deprecated methods of KeyedStream in table operators
> ---------------------------------------------------------------------
>
>                 Key: FLINK-11091
>                 URL: https://issues.apache.org/jira/browse/FLINK-11091
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table API &amp; SQL
>    Affects Versions: 1.5.5, 1.6.2, 1.7.0
>            Reporter: sunjincheng
>            Assignee: sunjincheng
>            Priority: Minor
>
> The method of  `KeyedStream#process(ProcessFunction)` has bend 
> deprecated after FLINK-8560.  So It's good to using `KeyedStream#process(KeyProcessFunction)` to implement `DataStreamSort`, `DataStreamGroupAggregate` and `DataStreamOverAggregate` operators.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)