You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by cc...@apache.org on 2018/10/15 23:00:11 UTC

[beam] branch master updated (fc738ab -> ecac395)

This is an automated email from the ASF dual-hosted git repository.

ccy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from fc738ab  Merge pull request #6681: remove redundant code in range_trackers.py
     add cda0cab  Revert "[BEAM-5706] Revert 324f0b3e3c (pull request #6564 from udim/pubsub-0-35-4)"
     new ecac395  Merge pull request #6697 from apache/revert-6674-rev1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../examples/complete/game/game_stats_it_test.py   |  31 ++-
 .../examples/complete/game/leader_board_it_test.py |  32 +--
 .../examples/streaming_wordcount_it_test.py        |  45 ++--
 sdks/python/apache_beam/io/gcp/pubsub.py           |  13 +-
 .../apache_beam/io/gcp/pubsub_integration_test.py  |  39 +--
 sdks/python/apache_beam/io/gcp/pubsub_test.py      | 270 ++++++---------------
 .../apache_beam/io/gcp/tests/pubsub_matcher.py     |  44 ++--
 .../io/gcp/tests/pubsub_matcher_test.py            |  75 +++---
 .../apache_beam/runners/direct/direct_runner.py    |  37 +--
 .../runners/direct/test_direct_runner.py           |   1 +
 .../runners/direct/transform_evaluator.py          |  98 +++++---
 sdks/python/apache_beam/testing/test_utils.py      |  83 ++++---
 sdks/python/apache_beam/testing/test_utils_test.py |  57 +----
 sdks/python/container/base_image_requirements.txt  |   3 +-
 sdks/python/setup.py                               |   3 +-
 15 files changed, 350 insertions(+), 481 deletions(-)


[beam] 01/01: Merge pull request #6697 from apache/revert-6674-rev1

Posted by cc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ccy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit ecac395cd97a812df9bcf6168d4900d9a0f5b658
Merge: fc738ab cda0cab
Author: Charles Chen <ch...@users.noreply.github.com>
AuthorDate: Mon Oct 15 16:00:00 2018 -0700

    Merge pull request #6697 from apache/revert-6674-rev1
    
    [BEAM-5706] Revert #6574 ("Revert Upgrade Python SDK to PubSub 0.35.4 #6564")

 .../examples/complete/game/game_stats_it_test.py   |  31 ++-
 .../examples/complete/game/leader_board_it_test.py |  32 +--
 .../examples/streaming_wordcount_it_test.py        |  45 ++--
 sdks/python/apache_beam/io/gcp/pubsub.py           |  13 +-
 .../apache_beam/io/gcp/pubsub_integration_test.py  |  39 +--
 sdks/python/apache_beam/io/gcp/pubsub_test.py      | 270 ++++++---------------
 .../apache_beam/io/gcp/tests/pubsub_matcher.py     |  44 ++--
 .../io/gcp/tests/pubsub_matcher_test.py            |  75 +++---
 .../apache_beam/runners/direct/direct_runner.py    |  37 +--
 .../runners/direct/test_direct_runner.py           |   1 +
 .../runners/direct/transform_evaluator.py          |  98 +++++---
 sdks/python/apache_beam/testing/test_utils.py      |  83 ++++---
 sdks/python/apache_beam/testing/test_utils_test.py |  57 +----
 sdks/python/container/base_image_requirements.txt  |   3 +-
 sdks/python/setup.py                               |   3 +-
 15 files changed, 350 insertions(+), 481 deletions(-)