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 2018/12/14 16:41:45 UTC

[beam] branch master updated (88f181c -> 2886473)

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

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


    from 88f181c  Merge pull request #7283: [BEAM-6229] Fix LoadTestResult to store propoer timestamp and runtime
     add fc38359  [BEAM-6227] Fix GroupByKey with null values in Flink Runner
     new 2886473  Merge pull request #7282: [BEAM-6227] Fix GroupByKey with null values in Flink Runner

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:
 .../streaming/state/FlinkStateInternals.java       | 58 +++++++++++---
 .../flink/streaming/GroupByWithNullValuesTest.java | 92 ++++++++++++++++++++++
 2 files changed, 138 insertions(+), 12 deletions(-)
 create mode 100644 runners/flink/src/test/java/org/apache/beam/runners/flink/streaming/GroupByWithNullValuesTest.java


[beam] 01/01: Merge pull request #7282: [BEAM-6227] Fix GroupByKey with null values in Flink Runner

Posted by th...@apache.org.
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 28864734cf108a49fa5751aa1f867e97c0e069d0
Merge: 88f181c fc38359
Author: Thomas Weise <tw...@users.noreply.github.com>
AuthorDate: Fri Dec 14 08:41:38 2018 -0800

    Merge pull request #7282: [BEAM-6227] Fix GroupByKey with null values in Flink Runner

 .../streaming/state/FlinkStateInternals.java       | 58 +++++++++++---
 .../flink/streaming/GroupByWithNullValuesTest.java | 92 ++++++++++++++++++++++
 2 files changed, 138 insertions(+), 12 deletions(-)