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 2019/02/28 00:40:00 UTC

[jira] [Closed] (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 closed FLINK-11091.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0

Fixed in master: d1d0bd1b85fc501c67498acaf8dc528b15aa1686

> 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: API / Table SQL
>    Affects Versions: 1.5.5, 1.6.2, 1.7.0, 1.9.0
>            Reporter: sunjincheng
>            Assignee: sunjincheng
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.9.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)