Repository: beam Updated Branches: refs/heads/master fe2a32000 -> 23609efd8
This closes #2689 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/23609efd Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/23609efd Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/23609efd Branch: refs/heads/master Commit: 23609efd83a662717f7a49821eb67ac870470bb2 Parents: fe2a320 d1e4875 Author: Thomas Groh <[email protected]> Authored: Mon May 1 11:18:36 2017 -0700 Committer: Thomas Groh <[email protected]> Committed: Mon May 1 11:18:36 2017 -0700 ---------------------------------------------------------------------- .../core/construction/CoderTranslator.java | 44 ++++++++ .../core/construction/CoderTranslators.java | 107 +++++++++++++++++++ .../beam/runners/core/construction/Coders.java | 71 ++++++------ .../runners/core/construction/CodersTest.java | 18 +++- .../beam/sdk/coders/LengthPrefixCoder.java | 4 + 5 files changed, 208 insertions(+), 36 deletions(-) ----------------------------------------------------------------------
