You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/02 08:02:01 UTC

[jira] [Commented] (FLINK-8837) add @Experimental annotation and properly annotate some classes

    [ https://issues.apache.org/jira/browse/FLINK-8837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16422006#comment-16422006 ] 

ASF GitHub Bot commented on FLINK-8837:
---------------------------------------

GitHub user bowenli86 opened a pull request:

    https://github.com/apache/flink/pull/5800

    [FLINK-8837]  add @Experimental annotation and properly annotate some classes

    ## What is the purpose of the change
    
    - add @Experimental annotation
    - properly annotate some classes with @Experimental 
    
    ## Brief change log
    
    - add @Experimental annotation
    - properly annotate some classes with @Experimental 
    
    ## Verifying this change
    
    This change is a trivial rework / code cleanup without any test coverage.
    
    ## Does this pull request potentially affect one of the following parts:
    
      - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes)
    
    ## Documentation
    
      - Does this pull request introduce a new feature? (yes)
      - If yes, how is the feature documented? (JavaDocs)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bowenli86/flink FLINK-8837

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/5800.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5800
    
----
commit ef729e91d29b47d68d38d4f08cfcc5f246d4dc34
Author: Bowen Li <bo...@...>
Date:   2018-04-02T07:59:34Z

    [FLINK-8837]  add @Experimental annotation and properly annotate some classes

----


>  add @Experimental annotation and properly annotate some classes
> ----------------------------------------------------------------
>
>                 Key: FLINK-8837
>                 URL: https://issues.apache.org/jira/browse/FLINK-8837
>             Project: Flink
>          Issue Type: Bug
>          Components: Streaming
>            Reporter: Stephan Ewen
>            Assignee: Bowen Li
>            Priority: Blocker
>             Fix For: 1.5.0
>
>
> The class {{DataStreamUtils}} came from 'flink-contrib' and now accidentally moved to the fully supported API packages. It should be in package 'experimental' to properly communicate that it is not guaranteed to be API stable.



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