You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/15 23:16:00 UTC

[jira] [Commented] (BEAM-2770) Mark all SQL APIs @Experiemental

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

ASF GitHub Bot commented on BEAM-2770:
--------------------------------------

GitHub user takidau opened a pull request:

    https://github.com/apache/beam/pull/3721

    [BEAM-2770] Add @Experimental and ImmutableList.copyOf

    Some final API polish, making sure \@Experimental annotations are on all the public SQL API classes, and immutable objects always return ImmutableLists for private members instead of the mutable members themselves.

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

    $ git pull https://github.com/takidau/beam misc-api-cleanups

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

    https://github.com/apache/beam/pull/3721.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 #3721
    
----
commit 670c2ee3f3ab03df60b89eb7f4d16760d43e0bd5
Author: Tyler Akidau <ta...@apache.org>
Date:   2017-08-15T23:05:11Z

    Add @Experimental and ImmutableList.copyOf

----


> Mark all SQL APIs @Experiemental
> --------------------------------
>
>                 Key: BEAM-2770
>                 URL: https://issues.apache.org/jira/browse/BEAM-2770
>             Project: Beam
>          Issue Type: Bug
>          Components: dsl-sql
>            Reporter: Tyler Akidau
>            Assignee: Tyler Akidau
>
> Some, but not all, of the public SQL API classes are marked \@Experiemental. This should be consistent across the APIs for the initial release.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)