This is an automated email from the ASF dual-hosted git repository.
mxm pushed a change to branch release-2.17.0
in repository https://gitbox.apache.org/repos/asf/beam.git.
from e6cfb11 Merge pull request #9986 from aaltay/xyz
add 69eb50c [BEAM-8157] Fail if key group for state request does not
match key group range
add 0848fee [BEAM-8157] Add LengthPrefixCoder around unknown key coder
for stateful ProcessBundleDescriptor
add a307c7e [BEAM-8157] Add integration test for non standard key coders
new 19c298d Merge pull request #10077: [BEAM-8157] Add LengthPrefixCoder
around unknown key coder for stateful ProcessBundleDescriptor
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:
.../streaming/ExecutableStageDoFnOperator.java | 35 +++++-
.../streaming/ExecutableStageDoFnOperatorTest.java | 2 +-
.../control/ProcessBundleDescriptors.java | 28 +++++
.../control/ProcessBundleDescriptorsTest.java | 130 +++++++++++++++++++++
.../fnexecution/control/RemoteExecutionTest.java | 4 +-
.../runners/portability/portable_runner_test.py | 43 +++++++
6 files changed, 236 insertions(+), 6 deletions(-)
create mode 100644
runners/java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/control/ProcessBundleDescriptorsTest.java