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/05/14 14:19:53 UTC

[beam] branch master updated (5c7ee60 -> 2b0e572)

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 5c7ee60  Merge pull request #8565 from iemejia/beam-master
     add 0a5c700  [BEAM-7126] Remove LengthPrefixCoder from Flink's key Coder
     new 2b0e572  Merge pull request #8472: [BEAM-7126] Remove redundant key encoding for state backend

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:
 .../FlinkStreamingPortablePipelineTranslator.java  |  6 +++
 .../streaming/ExecutableStageDoFnOperator.java     | 21 ++++----
 .../wrappers/streaming/FlinkKeyUtils.java          |  7 +--
 .../streaming/ExecutableStageDoFnOperatorTest.java | 57 +++++++++++++++++++---
 4 files changed, 66 insertions(+), 25 deletions(-)


[beam] 01/01: Merge pull request #8472: [BEAM-7126] Remove redundant key encoding for state backend

Posted by mx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2b0e5728961cc5309cf61f933afd27391da610f9
Merge: 5c7ee60 0a5c700
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Tue May 14 16:19:37 2019 +0200

    Merge pull request #8472: [BEAM-7126] Remove redundant key encoding for state backend

 .../FlinkStreamingPortablePipelineTranslator.java  |  6 +++
 .../streaming/ExecutableStageDoFnOperator.java     | 21 ++++----
 .../wrappers/streaming/FlinkKeyUtils.java          |  7 +--
 .../streaming/ExecutableStageDoFnOperatorTest.java | 57 +++++++++++++++++++---
 4 files changed, 66 insertions(+), 25 deletions(-)