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 2016/05/16 22:14:12 UTC

[jira] [Commented] (BEAM-289) Examples Use TypeDescriptors

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

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

GitHub user eljefe6a opened a pull request:

    https://github.com/apache/incubator-beam/pull/342

    [BEAM-289] Examples Use TypeDescriptors

    Jira issue BEAM-289 Examples Use TypeDescriptors. Changed example code to use `TypeDescriptors`.
    
    These could have used static imports to make the lines shorter, but we opted for the more understandable syntax.

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

    $ git pull https://github.com/eljefe6a/incubator-beam TypeDescriptorsExamples

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

    https://github.com/apache/incubator-beam/pull/342.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 #342
    
----
commit 72ec9b82fb21ee9040b1bee6615fecfb9916e470
Author: Jesse Anderson <je...@smokinghand.com>
Date:   2016-05-02T18:39:26Z

    Make Regex Transform

commit e6f8c958a2bb88d8b2582cb9d4391922c15b7141
Author: Jesse Anderson <je...@smokinghand.com>
Date:   2016-05-02T22:34:08Z

    Merge remote-tracking branch 'upstream/master'

commit 587eaaec106829002df5df1b38753f811649aa51
Author: Jesse Anderson <je...@smokinghand.com>
Date:   2016-05-03T01:08:13Z

    Fixing checkstyle issues. Added missing Apache license.

commit df3045f62c939ef3a777ffbf658088f193144983
Author: Jesse Anderson <je...@smokinghand.com>
Date:   2016-05-05T15:46:14Z

    Added distributed replacement functions. Add replaceAll and replaceFirst. Fixed some JavaDocs.

commit 793d22667f485a5cdd49a7d36553c96e6898391c
Author: Jesse Anderson <je...@smokinghand.com>
Date:   2016-05-05T15:55:58Z

    Whitespace fixes for check style.

commit 9e5a9971131721c988242400643712f5c9671b9e
Author: Jesse Anderson <je...@smokinghand.com>
Date:   2016-05-09T15:47:56Z

    Merge remote-tracking branch 'upstream/master'

commit 425a4d89692f33f99a68aed511270de0ff9db4ac
Author: Jesse Anderson <je...@smokinghand.com>
Date:   2016-05-11T19:51:57Z

    Merge remote-tracking branch 'upstream/master'

commit 225b2d0ac2d8808da7756f915cbeb7684e4951a4
Author: Jesse Anderson <je...@smokinghand.com>
Date:   2016-05-14T01:20:12Z

    Merge remote-tracking branch 'upstream/master'

commit c1a3bc55b47e5dbd11c2bcb360a2a7f2c4aacfb9
Author: Jesse Anderson <je...@smokinghand.com>
Date:   2016-05-16T20:58:08Z

    Changed Word Counts to use TypeDescriptors.

commit adfeb01bafb1c17c6c65b30c45ea3e42473a80e6
Author: Jesse Anderson <je...@smokinghand.com>
Date:   2016-05-16T21:09:18Z

    Updated complete examples to use TypeDescriptors.

commit 2a455f3ae029e30644cc7b6c96105f761f903e74
Author: Jesse Anderson <je...@smokinghand.com>
Date:   2016-05-16T22:11:57Z

    Removing Regex transforms from this branch.

----


> Examples Use TypeDescriptors
> ----------------------------
>
>                 Key: BEAM-289
>                 URL: https://issues.apache.org/jira/browse/BEAM-289
>             Project: Beam
>          Issue Type: Improvement
>          Components: examples-java
>            Reporter: Jesse Anderson
>            Assignee: Frances Perry
>
> Change the Java and Java 8 examples to use TypeDescriptors instead of inline TypeDescriptor creation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)