You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2018/10/29 13:38:44 UTC

[beam] branch master updated (f8bbd8b -> 69f571c)

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

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


    from f8bbd8b  Merge pull request #6780 from kennknowles/nexmark-join-to-files
     add 4574722  Revert "Switch SQL over to use the new Beam Group transform."
     new 69f571c  Merge pull request #6866: Revert "Switch SQL over to use the new Beam Group transform."

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:
 .../apache/beam/sdk/schemas/transforms/Group.java  | 142 ---------------
 .../sql/impl/rel/BeamAggregationRel.java           | 129 +++++++-------
 .../sql/impl/transform/MultipleAggregationsFn.java | 175 +++++++++++++++++++
 .../impl/transform/agg/AggregationArgsAdapter.java | 171 ++++++++++++++++++
 .../transform/agg/AggregationCombineFnAdapter.java | 193 +++++++++------------
 5 files changed, 502 insertions(+), 308 deletions(-)
 create mode 100644 sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/transform/MultipleAggregationsFn.java
 create mode 100644 sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/transform/agg/AggregationArgsAdapter.java


[beam] 01/01: Merge pull request #6866: Revert "Switch SQL over to use the new Beam Group transform."

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 69f571c9631d3c940bb098012f1bc7dcad10328c
Merge: f8bbd8b 4574722
Author: Kenn Knowles <ke...@kennknowles.com>
AuthorDate: Mon Oct 29 06:38:36 2018 -0700

    Merge pull request #6866: Revert "Switch SQL over to use the new Beam Group transform."

 .../apache/beam/sdk/schemas/transforms/Group.java  | 142 ---------------
 .../sql/impl/rel/BeamAggregationRel.java           | 129 +++++++-------
 .../sql/impl/transform/MultipleAggregationsFn.java | 175 +++++++++++++++++++
 .../impl/transform/agg/AggregationArgsAdapter.java | 171 ++++++++++++++++++
 .../transform/agg/AggregationCombineFnAdapter.java | 193 +++++++++------------
 5 files changed, 502 insertions(+), 308 deletions(-)