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/01/20 00:05:10 UTC

[beam] branch master updated (7b9fd01 -> 4307d0e)

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 7b9fd01  Merge pull request #7576: [BEAM-6469] Install Beam test dependencies in Flink compatibility tests
     new 23072ee  Add field-specifier notation.
     new 0d0e161  Revert changes to BeamModulePlugin.
     new 6805784  vendor stuff
     new 0dfa660  Fix vendored includes.
     new 2244378  Fix CheckStyle and FindBugs.
     new ae48bb4  Fix CheckSTyle.
     new 4307d0e  Merge pull request #7545: [BEAM-6428] Add a textual selection syntax for schema fields.

The 19584 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:
 .../apache/beam/runners/core/SimpleDoFnRunner.java |   2 +-
 .../beam/sdk/schemas/FieldAccessDescriptor.java    | 421 ++++++++++++++-----
 .../parser/FieldAccessDescriptorParser.java        |  88 +++-
 .../apache/beam/sdk/schemas/transforms/Select.java | 227 +++++++---
 .../sdk/schemas/FieldAccessDescriptorTest.java     | 174 +++++++-
 .../beam/sdk/schemas/transforms/GroupTest.java     |  37 +-
 .../beam/sdk/schemas/transforms/SelectTest.java    | 466 +++++++++++++++++++--
 .../apache/beam/fn/harness/FnApiDoFnRunner.java    |   2 +-
 8 files changed, 1178 insertions(+), 239 deletions(-)