[
https://issues.apache.org/jira/browse/FLINK-4330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17328912#comment-17328912
]
Flink Jira Bot commented on FLINK-4330:
---------------------------------------
This major issue is unassigned and itself and all of its Sub-Tasks have not
been updated for 30 days. So, it has been labeled "stale-major". If this ticket
is indeed "major", please either assign yourself or give an update. Afterwards,
please remove the label. In 7 days the issue will be deprioritized.
> 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: API / DataStream
> Reporter: Robert Metzger
> Priority: Major
> Labels: stale-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
(v8.3.4#803005)