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:45 UTC

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

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(-)