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

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


    from 5aaf584  Merge pull request #6146 from aalbatross/feature/es-retry
     add b7af903  [BEAM-5184] Side inputs aggregating multimap changed from 
`HashMultimap` to `ArrayListMultimap`, which allows for duplicated key-value 
items. Tests in `ViewTest` modified to exercise duplicate key-value items 
scenario.
     add 0de6a0e  Fix-up BatchViewOverrides.java to use list based multimap.
     add bd8e96f  Merge pull request #25 from lukecwik/pr6257
     new 2b777a1  [BEAM-5184] Multimap side inputs with duplicate keys and 
values are being lost

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:
 .../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(-)

Reply via email to