You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mx...@apache.org on 2019/11/18 10:14:55 UTC

[beam] branch master updated (49d6efd -> 1bc180c)

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

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


    from 49d6efd  [BEAM-8661] Moving runners to have per-module logger (#10097)
     add bb816f6  Fix sdk_worker_parallelism pipeline option type, add test
     add 1bc180c  Merge pull request #10129: Make sdk_worker_parallelism an integer

No new revisions were added by this update.

Summary of changes:
 .../control/DefaultJobBundleFactory.java           |  3 +-
 .../beam/sdk/options/PortablePipelineOptions.java  |  8 ++--
 .../sdk/options/PortablePipelineOptionsTest.java   | 44 ++++++++++++++++++++++
 3 files changed, 50 insertions(+), 5 deletions(-)
 create mode 100644 sdks/java/core/src/test/java/org/apache/beam/sdk/options/PortablePipelineOptionsTest.java