You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2019/03/25 02:08:06 UTC

[beam] branch master updated (a956ff7 -> 3b03106)

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

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


    from a956ff7  Merge pull request #8119: [BEAM-6890] Use vendored Guava Joiner class
     new 2cf2334  wrap join in PTransform to allow multiple joins in same pipeline
     new 0fc7bfc  fix stylecheck issues
     new 27810d1  actually fix stylecheck issues
     new 3b03106  Merge pull request #7813 from DanielMe/wrap-join-in-ptransform

The 20675 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/sdk/extensions/joinlibrary/Join.java      | 527 ++++++++++++++-------
 .../sdk/extensions/joinlibrary/InnerJoinTest.java  |  47 +-
 .../extensions/joinlibrary/OuterFullJoinTest.java  |  47 +-
 .../extensions/joinlibrary/OuterLeftJoinTest.java  |  47 +-
 .../extensions/joinlibrary/OuterRightJoinTest.java |  48 +-
 5 files changed, 496 insertions(+), 220 deletions(-)