This is an automated email from the ASF dual-hosted git repository.
robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from d6dc360 Merge pull request #6419 from apache/charlesccychen-patch-1
add ac3e485 [BEAM-5395] Chunk data streams.
new f42934b Merge pull request #6405 [BEAM-5395] Chunk data streams.
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:
sdks/python/apache_beam/coders/slow_stream.py | 9 ++++++-
sdks/python/apache_beam/coders/stream.pxd | 1 +
sdks/python/apache_beam/coders/stream.pyx | 3 +++
.../runners/portability/fn_api_runner.py | 12 +++++++--
.../runners/portability/fn_api_runner_test.py | 20 +++++++++++++++
.../apache_beam/runners/worker/bundle_processor.py | 1 +
.../apache_beam/runners/worker/data_plane.py | 29 ++++++++++++++++------
7 files changed, 65 insertions(+), 10 deletions(-)