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

[beam] branch master updated (a3a8a32 -> 95d0ac5)

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

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


    from a3a8a32  Merge pull request #7128: [BEAM-6077] If available, use max_parallelism for splitting unbounded source
     add 74ed7ac  [BEAM-5462] get rid of <pipeline>.options deprecation warnings in tests
     add 95d0ac5  Merge pull request #6930: [BEAM-5462] get rid of <pipeline>.options deprecation warnings in tests

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/io/gcp/pubsub_test.py      | 106 ++++++++++++---------
 sdks/python/apache_beam/pipeline.py                |   4 +-
 .../runners/dataflow/dataflow_runner.py            |  71 +++++++-------
 .../runners/dataflow/test_dataflow_runner.py       |  13 +--
 .../apache_beam/runners/direct/direct_runner.py    |  14 +--
 .../runners/direct/test_direct_runner.py           |  10 +-
 .../runners/interactive/interactive_runner.py      |  12 +--
 .../runners/portability/fn_api_runner.py           |   6 +-
 .../runners/portability/portable_runner.py         |  18 ++--
 sdks/python/apache_beam/runners/runner.py          |  14 +--
 10 files changed, 144 insertions(+), 124 deletions(-)