You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by rmetzger <gi...@git.apache.org> on 2016/01/06 15:24:27 UTC

[GitHub] flink pull request: [FLINK-3093] Introduce annotations for interfa...

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`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---