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

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

sunjincheng created FLINK-11091:
-----------------------------------

             Summary: 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.7.0, 1.6.2, 1.5.5
            Reporter: sunjincheng


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)