This is an automated email from the ASF dual-hosted git repository.
jkff pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from efe0aaf [BEAM-4659] Add well known timer coder to Java SDK.
add b0bc32a Makes Python PortableRunner usable via PipelineOptions
new 385faa7 Merge pull request #5805: Makes Python PortableRunner usable
via PipelineOptions
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:
.../core/construction/graph/PipelineValidator.java | 12 ++---
.../python/apache_beam/options/pipeline_options.py | 16 ++++++
.../runners/portability/portable_runner.py | 62 +++++++++++-----------
.../runners/portability/portable_runner_test.py | 20 ++++---
sdks/python/apache_beam/runners/runner.py | 7 ++-
sdks/python/build.gradle | 10 ++++
6 files changed, 80 insertions(+), 47 deletions(-)