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 999d03f Add PortableRunner service registrars
add d2bd995 Simplifies API of WireCoders and LengthPrefixUnknownCoders.
add eaab053 Address comments
new 7b4a32b Merge pull request #5709: Simplifies API of WireCoders and
LengthPrefixUnknownCoders.
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:
.../direct/GroupByKeyOnlyEvaluatorFactory.java | 3 +-
.../portable/GroupByKeyOnlyEvaluatorFactory.java | 12 +-
.../runners/direct/portable/ReferenceRunner.java | 10 +-
.../BundleFactoryOutputReceiverFactoryTest.java | 57 +++----
.../GroupByKeyOnlyEvaluatorFactoryTest.java | 35 ++---
.../BatchFlinkExecutableStageContext.java | 18 +--
.../control/ProcessBundleDescriptors.java | 159 ++++++++-----------
.../fnexecution/state/StateRequestHandlers.java | 17 +-
.../wire/LengthPrefixUnknownCoders.java | 172 ++++++++-------------
.../beam/runners/fnexecution/wire/WireCoders.java | 45 +++---
.../fnexecution/control/RemoteExecutionTest.java | 2 +-
.../wire/LengthPrefixUnknownCodersTest.java | 20 +--
12 files changed, 224 insertions(+), 326 deletions(-)