This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git
commit a97f9929372f9abee571ef06ac42a2d8322b21e4 Merge: 5ca1f0f 698fe28 Author: Lukasz Cwik <[email protected]> AuthorDate: Wed Jun 20 08:24:53 2018 -0700 [BEAM-4592] Make Dataflow understand kind:varint as a well known coder since it already treats beam:coder:varint:v1 as a well known coder kind runners/google-cloud-dataflow-java/build.gradle | 2 +- runners/google-cloud-dataflow-java/pom.xml | 2 +- sdks/python/apache_beam/coders/coders.py | 5 +++++ sdks/python/apache_beam/runners/dataflow/dataflow_runner.py | 7 +++++-- sdks/python/apache_beam/runners/dataflow/internal/names.py | 4 ++-- sdks/python/apache_beam/runners/worker/operation_specs.py | 4 ++++ 6 files changed, 18 insertions(+), 6 deletions(-)
