You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dm...@apache.org on 2019/01/14 13:57:01 UTC

[beam] 01/01: Merge pull request #7399: [BEAM-6350] Reuse PCollectionView when created in translators

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

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

commit 978034149747f2c6f13d4ceaec203b89e2e616b6
Merge: 213f6c9 1ba3efb
Author: David Moravek <da...@gmail.com>
AuthorDate: Mon Jan 14 14:56:53 2019 +0100

    Merge pull request #7399: [BEAM-6350] Reuse PCollectionView when created in translators

 .../core/translate/AbstractJoinTranslator.java     |   9 +-
 .../translate/BroadcastHashJoinTranslator.java     |  61 ++++++++++--
 .../euphoria/core/translate/JoinTranslator.java    |  12 ++-
 .../translate/BroadcastHashJoinTranslatorTest.java | 106 +++++++++++++++++++++
 4 files changed, 174 insertions(+), 14 deletions(-)