You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by th...@apache.org on 2019/06/14 08:59:51 UTC

[beam] 01/01: Merge pull request #8697: [BEAM-7126] Fix StateRequestHandler type variables to allow for proper key parameterization

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

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

commit 211c7886e3f7cc7b8a98a60535f3908328212da1
Merge: 6d093f5 f4cf92d
Author: Thomas Weise <tw...@users.noreply.github.com>
AuthorDate: Fri Jun 14 10:59:37 2019 +0200

    Merge pull request #8697: [BEAM-7126] Fix StateRequestHandler type variables to allow for proper key parameterization

 .../streaming/ExecutableStageDoFnOperator.java      | 21 +++++++++++----------
 .../state/InMemoryBagUserStateFactory.java          | 17 ++++++++---------
 .../fnexecution/state/StateRequestHandlers.java     | 10 +++++-----
 .../fnexecution/control/RemoteExecutionTest.java    | 19 ++++++++++---------
 4 files changed, 34 insertions(+), 33 deletions(-)