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

Reply via email to