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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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 & 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)