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:48 UTC

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

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(-)