[
https://issues.apache.org/jira/browse/BEAM-289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15302568#comment-15302568
]
ASF GitHub Bot commented on BEAM-289:
-------------------------------------
GitHub user eljefe6a opened a pull request:
https://github.com/apache/incubator-beam/pull/393
[BEAM-289] Examples Use TypeDescriptorsNew type descriptors examples
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.
cc: @kennknowles
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eljefe6a/incubator-beam
NewTypeDescriptorsExamples
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/393.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 #393
----
commit 72ec9b82fb21ee9040b1bee6615fecfb9916e470
Author: Jesse Anderson <[email protected]>
Date: 2016-05-02T18:39:26Z
Make Regex Transform
commit e6f8c958a2bb88d8b2582cb9d4391922c15b7141
Author: Jesse Anderson <[email protected]>
Date: 2016-05-02T22:34:08Z
Merge remote-tracking branch 'upstream/master'
commit 587eaaec106829002df5df1b38753f811649aa51
Author: Jesse Anderson <[email protected]>
Date: 2016-05-03T01:08:13Z
Fixing checkstyle issues. Added missing Apache license.
commit df3045f62c939ef3a777ffbf658088f193144983
Author: Jesse Anderson <[email protected]>
Date: 2016-05-05T15:46:14Z
Added distributed replacement functions. Add replaceAll and replaceFirst.
Fixed some JavaDocs.
commit 793d22667f485a5cdd49a7d36553c96e6898391c
Author: Jesse Anderson <[email protected]>
Date: 2016-05-05T15:55:58Z
Whitespace fixes for check style.
commit 9e5a9971131721c988242400643712f5c9671b9e
Author: Jesse Anderson <[email protected]>
Date: 2016-05-09T15:47:56Z
Merge remote-tracking branch 'upstream/master'
commit 425a4d89692f33f99a68aed511270de0ff9db4ac
Author: Jesse Anderson <[email protected]>
Date: 2016-05-11T19:51:57Z
Merge remote-tracking branch 'upstream/master'
commit 225b2d0ac2d8808da7756f915cbeb7684e4951a4
Author: Jesse Anderson <[email protected]>
Date: 2016-05-14T01:20:12Z
Merge remote-tracking branch 'upstream/master'
commit c1a3bc55b47e5dbd11c2bcb360a2a7f2c4aacfb9
Author: Jesse Anderson <[email protected]>
Date: 2016-05-16T20:58:08Z
Changed Word Counts to use TypeDescriptors.
commit adfeb01bafb1c17c6c65b30c45ea3e42473a80e6
Author: Jesse Anderson <[email protected]>
Date: 2016-05-16T21:09:18Z
Updated complete examples to use TypeDescriptors.
commit 2a455f3ae029e30644cc7b6c96105f761f903e74
Author: Jesse Anderson <[email protected]>
Date: 2016-05-16T22:11:57Z
Removing Regex transforms from this branch.
commit eac10506c7113b0493e972e98ef7b67fb1466fb4
Author: Jesse Anderson <[email protected]>
Date: 2016-05-17T02:38:42Z
Merge remote-tracking branch 'upstream/master' into TypeDescriptorsExamples
commit 0d5d9b6ccf54442345ed432c915469115a146e43
Author: Jesse Anderson <[email protected]>
Date: 2016-05-23T16:14:33Z
Merge commit 'bb086b8d367e2c360d965659b094035cf01d9959' into
TypeDescriptorsExamples
commit 8ed14ca1986d45d49a43ac43a7fdf47a377103aa
Author: Jesse Anderson <[email protected]>
Date: 2016-05-23T19:08:12Z
Trivial change to kick off another build.
commit f9cd71989cf23d12ba0462c38d2e212a54902a4b
Author: Jesse Anderson <[email protected]>
Date: 2016-05-23T19:08:34Z
Trivial change to kick off another build.
commit fae3af03e3ae30ecc90f015833daab4d2e8868ef
Author: Jesse Anderson <[email protected]>
Date: 2016-05-02T18:39:26Z
Make Regex Transform
commit f098c5e550bfdd50e7694727fd8f4e7156a9070c
Author: Jesse Anderson <[email protected]>
Date: 2016-05-03T01:08:13Z
Fixing checkstyle issues. Added missing Apache license.
commit 78f4f531c5898188ae9435fe3cd39fe589395811
Author: Jesse Anderson <[email protected]>
Date: 2016-05-05T15:46:14Z
Added distributed replacement functions. Add replaceAll and replaceFirst.
Fixed some JavaDocs.
commit d812294124192e4acbcfc526472ef8dff6e98433
Author: Jesse Anderson <[email protected]>
Date: 2016-05-05T15:55:58Z
Whitespace fixes for check style.
commit 8c43cb27f6047edab9e450f9b84cfaf478aeb470
Author: Jesse Anderson <[email protected]>
Date: 2016-05-16T20:58:08Z
Changed Word Counts to use TypeDescriptors.
commit 6834cbefa08f4ea07e932bebba43bd17421a5d1a
Author: Jesse Anderson <[email protected]>
Date: 2016-05-16T21:09:18Z
Updated complete examples to use TypeDescriptors.
commit b5ad893fd3a3768bbd341f399eae87509a1c0391
Author: Jesse Anderson <[email protected]>
Date: 2016-05-16T22:11:57Z
Removing Regex transforms from this branch.
commit 3c942925f485ecac014e6c1b1b669e16813b5f62
Author: Jesse Anderson <[email protected]>
Date: 2016-05-23T19:08:12Z
Trivial change to kick off another build.
commit d7b86d82c320163560a9a2ba5436ded88f770fed
Author: Jesse Anderson <[email protected]>
Date: 2016-05-23T19:08:34Z
Trivial change to kick off another build.
commit 089fba1f86823b368c0df7b8844cc1f40014bc63
Author: Jesse Anderson <[email protected]>
Date: 2016-05-24T04:50:49Z
Merge branch 'TypeDescriptorsExamples' of
https://github.com/eljefe6a/incubator-beam into TypeDescriptorsExamples
----
> 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)