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 3710357 Merge pull request #13552 from Bump up python container versions
add 9f97585 [BEAM-11360] Updates Dataflow Python multi-language pipelines to use portable
job submission by default (#13536)
No new revisions were added by this update.
Summary of changes:
sdks/python/apache_beam/coders/coders.py | 69 +----------
.../apache_beam/coders/coders_test_common.py | 1 -
sdks/python/apache_beam/coders/typecoders.py | 3 -
.../flink/flink_streaming_impulse_source_test.py | 3 +-
sdks/python/apache_beam/pipeline.py | 124 +++++++------------
.../runners/dataflow/dataflow_runner.py | 136 ++++++---------------
.../python/apache_beam/runners/pipeline_context.py | 2 -
sdks/python/apache_beam/transforms/core.py | 91 --------------
sdks/python/apache_beam/transforms/environments.py | 15 +--
sdks/python/apache_beam/transforms/external.py | 24 ++--
sdks/python/apache_beam/transforms/ptransform.py | 16 +--
.../typehints/native_type_compatibility.py | 7 --
12 files changed, 112 insertions(+), 379 deletions(-)
|