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

[beam] branch master updated (213f6c9 -> 9780341)

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

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


    from 213f6c9  [BEAM-6184] Enforce javadoc check on non-trivial public methods (#7454)
     add 452e0d1  [BEAM-6350] Reuse same PCollectionView when created in translators
     add 2b90576  [BEAM-6350] AbstractJoinTranslator extended in order to prevent code muliplication. PCollectionViews are now stored in BroadcastHashJoinTranslator. Key extractor is taken into consideration when looking for the same views.
     add 1ba3efb  [BEAM-6350] Test added.
     new 9780341  Merge pull request #7399: [BEAM-6350] Reuse PCollectionView when created in translators

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:
 .../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(-)
 create mode 100644 sdks/java/extensions/euphoria/src/test/java/org/apache/beam/sdk/extensions/euphoria/core/translate/BroadcastHashJoinTranslatorTest.java


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

Posted by dm...@apache.org.
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(-)