You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by th...@apache.org on 2016/11/07 19:59:18 UTC

[28/50] incubator-beam git commit: This closes #1252

This closes #1252


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/faf55c78
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/faf55c78
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/faf55c78

Branch: refs/heads/apex-runner
Commit: faf55c78a30a6937a8b598e674a48f446fcb5424
Parents: 3419fef 8bf6d92
Author: Thomas Groh <tg...@google.com>
Authored: Fri Nov 4 09:57:44 2016 -0700
Committer: Thomas Groh <tg...@google.com>
Committed: Fri Nov 4 09:57:44 2016 -0700

----------------------------------------------------------------------
 .../sdk/transforms/reflect/DoFnInvokers.java    |   7 +-
 .../sdk/transforms/reflect/DoFnSignature.java   |  44 +-
 .../sdk/transforms/reflect/DoFnSignatures.java  | 752 ++++++++++++-------
 .../apache/beam/sdk/values/TypeDescriptor.java  |  13 +
 .../DoFnSignaturesProcessElementTest.java       |  18 +-
 .../DoFnSignaturesSplittableDoFnTest.java       |  19 +-
 .../transforms/reflect/DoFnSignaturesTest.java  |  42 +-
 .../reflect/DoFnSignaturesTestUtils.java        |  13 +-
 8 files changed, 578 insertions(+), 330 deletions(-)
----------------------------------------------------------------------