You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Valeria Vasylieva (JIRA)" <ji...@apache.org> on 2019/02/11 13:03:00 UTC

[jira] [Updated] (FLINK-4330) Consider removing min()/minBy()/max()/maxBy()/sum() utility methods from the DataStream API

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

Valeria Vasylieva updated FLINK-4330:
-------------------------------------
    Attachment:     (was: 1.url)

> Consider removing min()/minBy()/max()/maxBy()/sum() utility methods from the DataStream API
> -------------------------------------------------------------------------------------------
>
>                 Key: FLINK-4330
>                 URL: https://issues.apache.org/jira/browse/FLINK-4330
>             Project: Flink
>          Issue Type: Sub-task
>          Components: DataStream API
>            Reporter: Robert Metzger
>            Priority: Major
>             Fix For: 2.0.0
>
>
> I think we should consider removing the min()/minBy()/max()/maxBy()/sum() utility methods from the DataStream API. They make the maintenance of the code unnecessary complicated, and don't add enough value for the users (who can not access the window metadata).
> If we are keeping the methods, we should consolidate the min/minBy methods: the difference is subtle, and minBy can subsume the min method.



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