You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2018/08/24 15:57:39 UTC

[beam] 01/01: [BEAM-5184] Multimap side inputs with duplicate keys and values are being lost

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

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

commit 2b777a109e8fdb2dcf81004fffcada3d7375f9ec
Merge: 5aaf584 bd8e96f
Author: Lukasz Cwik <lc...@google.com>
AuthorDate: Fri Aug 24 08:57:33 2018 -0700

    [BEAM-5184] Multimap side inputs with duplicate keys and values are being lost

 .../beam/runners/dataflow/BatchViewOverrides.java  |  6 +--
 .../runners/dataflow/BatchViewOverridesTest.java   |  8 +++-
 .../apache/beam/sdk/values/PCollectionViews.java   |  4 +-
 .../org/apache/beam/sdk/transforms/ViewTest.java   | 43 +++++++++++++++++-----
 4 files changed, 46 insertions(+), 15 deletions(-)