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 2f25e62 Merge pull request #11179: [BEAM-3301] Bugfix in DoFn
validation.
add eb05a91 [BEAM-9558] Add an explicit end field to the data channel
protos.
add 02cccac [BEAM-9558] Regenerate go protos.
add c15a7e2 [BEAM-9558] Produce and respect data channel end bit in
runners and SDKs.
new 0389f54 Merge pull request #11173 [BEAM-9558] Add explicit end bit
for data channel.
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:
.../fn-execution/src/main/proto/beam_fn_api.proto | 13 +-
.../worker/fn/data/BeamFnDataGrpcServiceTest.java | 5 +-
.../fnexecution/data/GrpcDataServiceTest.java | 5 +-
sdks/go/pkg/beam/core/runtime/harness/datamgr.go | 4 +-
.../beam/model/fnexecution_v1/beam_fn_api.pb.go | 454 ++++++++++-----------
.../sdk/fn/data/BeamFnDataInboundObserver.java | 3 +-
...amFnDataSizeBasedBufferingOutboundObserver.java | 3 +-
...DataSizeBasedBufferingOutboundObserverTest.java | 21 +-
.../fn/harness/data/BeamFnDataGrpcClientTest.java | 6 +-
.../apache_beam/runners/worker/data_plane.py | 14 +-
10 files changed, 276 insertions(+), 252 deletions(-)