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

[4/4] incubator-beam git commit: Closes #1237

Closes #1237


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

Branch: refs/heads/python-sdk
Commit: 4bf848511bcb9c7604915476348172d8b17b7362
Parents: 32d7199 ef7e972
Author: Robert Bradshaw <ro...@google.com>
Authored: Mon Nov 7 13:25:06 2016 -0800
Committer: Robert Bradshaw <ro...@google.com>
Committed: Mon Nov 7 13:25:06 2016 -0800

----------------------------------------------------------------------
 sdks/python/apache_beam/coders/coder_impl.pxd   |   4 +-
 sdks/python/apache_beam/coders/coder_impl.py    |  35 +-
 sdks/python/apache_beam/coders/coders.py        |  46 ++-
 sdks/python/apache_beam/coders/coders_test.py   |  52 +++
 .../apache_beam/coders/coders_test_common.py    |  32 +-
 .../coders/proto2_coder_test_messages_pb2.py    | 318 +++++++++++++++++++
 sdks/python/apache_beam/coders/typecoders.py    |  35 +-
 sdks/python/run_pylint.sh                       |   3 +-
 sdks/python/setup.py                            |   1 +
 9 files changed, 499 insertions(+), 27 deletions(-)
----------------------------------------------------------------------