You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2016/12/28 22:28:18 UTC

[2/2] beam git commit: [BEAM-1226] Add support for well known coder types to Apache Beam Python SDK

[BEAM-1226] Add support for well known coder types to Apache Beam Python SDK

This closes #1709


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

Branch: refs/heads/python-sdk
Commit: 2999e2290cb3157f26a695304dcb8e6ddf4968c3
Parents: eff5011 6272e29
Author: Luke Cwik <lc...@google.com>
Authored: Wed Dec 28 14:28:02 2016 -0800
Committer: Luke Cwik <lc...@google.com>
Committed: Wed Dec 28 14:28:02 2016 -0800

----------------------------------------------------------------------
 sdks/python/apache_beam/coders/coder_impl.py    | 35 +++++--
 sdks/python/apache_beam/coders/coders.py        | 99 +++++++++++++++++---
 .../apache_beam/coders/coders_test_common.py    | 87 ++++++++++++++++-
 .../apache_beam/runners/dataflow_runner.py      |  3 +-
 sdks/python/apache_beam/transforms/window.py    |  4 +-
 .../apache_beam/transforms/window_test.py       |  9 ++
 6 files changed, 208 insertions(+), 29 deletions(-)
----------------------------------------------------------------------