[
https://issues.apache.org/jira/browse/FLINK-5175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15701755#comment-15701755
]
ASF GitHub Bot commented on FLINK-5175:
---------------------------------------
Github user shijinkui commented on the issue:
https://github.com/apache/flink/pull/2874
> Can you add them to this list here? That is where we collect all
API-.breaking changes that we want to add.
Done.
> StreamExecutionEnvironment's set function return `this` instead of void
> -----------------------------------------------------------------------
>
> Key: FLINK-5175
> URL: https://issues.apache.org/jira/browse/FLINK-5175
> Project: Flink
> Issue Type: Sub-task
> Components: DataStream API
> Reporter: shijinkui
> Fix For: 2.0.0
>
>
> from FLINK-5167.
> for example :
> public void setNumberOfExecutionRetries(int numberOfExecutionRetries)
> { config.setNumberOfExecutionRetries(numberOfExecutionRetries); }
> change to:
> public StreamExecutionEnvironment setNumberOfExecutionRetries(int
> numberOfExecutionRetries)
> { config.setNumberOfExecutionRetries(numberOfExecutionRetries); return this; }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)