You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/08/15 21:36:37 UTC

incubator-beam git commit: Closes #537

Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk 76de6109f -> b28e71979


Closes #537


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

Branch: refs/heads/python-sdk
Commit: b28e71979efafed64adba391db2abbcd7656d07d
Parents: 18ce31c 76de610
Author: Dan Halperin <dh...@google.com>
Authored: Mon Aug 15 14:36:32 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Mon Aug 15 14:36:32 2016 -0700

----------------------------------------------------------------------
 pom.xml                                         |   3 +-
 sdks/pom.xml                                    |   4 +-
 sdks/python/MANIFEST.in                         |  19 +++
 sdks/python/apache_beam/io/fileio.py            |  25 +--
 sdks/python/apache_beam/io/gcsio.py             |   9 +-
 sdks/python/apache_beam/io/gcsio_test.py        |  23 +--
 sdks/python/apache_beam/runners/common.pxd      |   2 +-
 sdks/python/apache_beam/runners/common.py       |  18 +-
 .../python/apache_beam/runners/direct_runner.py |   9 +-
 .../runners/inprocess/transform_evaluator.py    |   8 +-
 .../apache_beam/transforms/aggregator_test.py   |   8 +-
 sdks/python/apache_beam/utils/dependency.py     |   1 -
 .../python/apache_beam/utils/dependency_test.py |   1 -
 sdks/python/apache_beam/version.py              |  42 ++++-
 sdks/python/pom.xml                             | 169 +++++++++++++++++++
 sdks/python/setup.cfg                           |   2 +
 sdks/python/setup.py                            |   2 +-
 sdks/python/tox.ini                             |   3 +
 18 files changed, 266 insertions(+), 82 deletions(-)
----------------------------------------------------------------------