[
https://issues.apache.org/jira/browse/FLINK-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15085576#comment-15085576
]
ASF GitHub Bot commented on FLINK-3093:
---------------------------------------
Github user rmetzger commented on the pull request:
https://github.com/apache/flink/pull/1427#issuecomment-169335005
Thanks a lot for looking into this!
In the `ExecutionConfig` I've made the following methods experimental:
- setAutoWatermarkInterval
- enableTimestamps
- disableTimestamps
- areTimestampsEnabled
- getAutoWatermarkInterval
- setCodeAnalysisMode
- getCodeAnalysisMode
Regarding the `ExecutionMode`, I'll bring the issue to the mailing list.
`JobExecutionResult.getIntCounterResult()` marked Experimental and
Deprecated
I also remember that there was an issue like this with the `Partitioner`.
I'll also bring this to the mailing list.
I removed the `@Public` annotation from `DefaultInputSplitAssigner`.
> Introduce annotations for interface stability
> ---------------------------------------------
>
> Key: FLINK-3093
> URL: https://issues.apache.org/jira/browse/FLINK-3093
> Project: Flink
> Issue Type: New Feature
> Components: Build System
> Affects Versions: 1.0.0
> Reporter: Robert Metzger
> Assignee: Robert Metzger
> Priority: Blocker
>
> For the upcoming 1.0 release, we want to mark interfaces as public/stable so
> that we can automatically ensure that newer Flink releases (1.1, 1.2, ..) are
> not breaking them.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)