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/28 14:41:47 UTC

[beam] branch master updated (dd0bf1a -> 266ab37)

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 dd0bf1a  Merge pull request #8700 [BEAM-7441] Log when failing to begin staging artifact.
     add 1ffe760  [BEAM-7436] Use coder for Flink's encoded key instead of falling back to Kryo
     new 266ab37  Merge pull request #8696: [BEAM-7436] Use coder for Flink's encoded key instead of falling back to Kryo

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:
 .../translation/types/CoderTypeInformation.java    |  3 +-
 .../wrappers/streaming/DoFnOperator.java           |  9 ++---
 .../streaming/ExecutableStageDoFnOperator.java     |  4 +--
 .../wrappers/streaming/FlinkKeyUtils.java          | 40 ++++++++++++++++++++++
 .../streaming/KvToByteBufferKeySelector.java       |  6 ++--
 .../wrappers/streaming/SplittableDoFnOperator.java |  3 +-
 .../wrappers/streaming/WindowDoFnOperator.java     |  3 +-
 7 files changed, 55 insertions(+), 13 deletions(-)


[beam] 01/01: Merge pull request #8696: [BEAM-7436] Use coder for Flink's encoded key instead of falling back to Kryo

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 266ab3781cce3bf4e7c1a9a45888d57cb72ff969
Merge: dd0bf1a 1ffe760
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Tue May 28 16:41:34 2019 +0200

    Merge pull request #8696: [BEAM-7436] Use coder for Flink's encoded key instead of falling back to Kryo

 .../translation/types/CoderTypeInformation.java    |  3 +-
 .../wrappers/streaming/DoFnOperator.java           |  9 ++---
 .../streaming/ExecutableStageDoFnOperator.java     |  4 +--
 .../wrappers/streaming/FlinkKeyUtils.java          | 40 ++++++++++++++++++++++
 .../streaming/KvToByteBufferKeySelector.java       |  6 ++--
 .../wrappers/streaming/SplittableDoFnOperator.java |  3 +-
 .../wrappers/streaming/WindowDoFnOperator.java     |  3 +-
 7 files changed, 55 insertions(+), 13 deletions(-)