This is an automated email from the ASF dual-hosted git repository.
anton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from b039f05 Merge pull request #6827: [BEAM-5288] Fix Go dataflow runner
--worker_harness_container_image flag, currently ignored
add 22c1c1c [BEAM-5384][SQL] Support aggregation without projection
add 8c35781 Merge pull request #6816 from akedin/support-agg-without-proj
No new revisions were added by this update.
Summary of changes:
.../extensions/sql/impl/planner/BeamRuleSets.java | 2 +
.../sql/impl/rel/BeamAggregationRel.java | 5 +-
.../sql/impl/rule/BeamBasicAggregationRule.java | 66 ++++++++++++++++++++++
.../impl/transform/agg/AggregationArgsAdapter.java | 23 ++++----
.../extensions/sql/BeamSqlDslAggregationTest.java | 31 ++++++++++
5 files changed, 115 insertions(+), 12 deletions(-)
create mode 100644
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/rule/BeamBasicAggregationRule.java