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

Reply via email to