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

[beam] branch master updated (fb425d5 -> d018e31)

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

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


    from fb425d5  Typo fixes to the Beam 2.11 blog.
     new efb21d4  Refactor Select
     new 4ef35f7  Fix remaining call sites.
     new 8792b47  Fix Javadoc.
     new d018e31  Merge pull request #7923: Refactor Select transform

The 20420 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/schemas/transforms/CoGroup.java       |   6 +-
 .../apache/beam/sdk/schemas/transforms/Group.java  |   7 +-
 .../sdk/schemas/transforms/SchemaAggregateFn.java  |   7 +-
 .../apache/beam/sdk/schemas/transforms/Select.java | 175 +--------------------
 .../Select.java => utils/SelectHelpers.java}       | 107 +------------
 5 files changed, 22 insertions(+), 280 deletions(-)
 copy sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/{transforms/Select.java => utils/SelectHelpers.java} (67%)