You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mx...@apache.org on 2019/11/12 21:35:28 UTC

[beam] branch master updated (3f7625a -> add1927)

This is an automated email from the ASF dual-hosted git repository.

mxm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 3f7625a  Merge pull request #10043 [BEAM-8597] Allow TestStream trigger tests to run on other runners.
     add 19303ab  [BEAM-8157] Fail if key group for state request does not match key group range
     add ee28c6e  [BEAM-8157] Add LengthPrefixCoder around unknown key coder for stateful ProcessBundleDescriptor
     add a8b8f64  [BEAM-8157] Add integration test for non standard key coders
     add add1927  Merge pull request #9997: [BEAM-8157] Fix key encoding issues for state requests with unknown coders

No new revisions were added by this update.

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