You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ap...@apache.org on 2020/01/06 23:49:13 UTC

[beam] branch master updated (07a76e1 -> c2210c0)

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

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


    from 07a76e1  Merge pull request #10455: [BEAM-9027] [SQL] Fix ZetaSql unparsing bugs
     add 51ec5fc  Modify AggregateProjectMergeRule to have a condition
     add f0fa11a  SpotlesApply
     add fe96a24  Test for a query with a predicate
     add a25f02c  A list of visited nodes should be unique per onMatch invocation
     add 9d36670  Make sure all nodes are explored
     add c2210c0  Merge pull request #10180: [BEAM-8794] Conditional aggregate project merge

No new revisions were added by this update.

Summary of changes:
 .../extensions/sql/impl/planner/BeamRuleSets.java  |   4 +-
 .../impl/rule/BeamAggregateProjectMergeRule.java   |  97 ++++++++++++++
 .../rule/BeamAggregateProjectMergeRuleTest.java    | 146 +++++++++++++++++++++
 3 files changed, 245 insertions(+), 2 deletions(-)
 create mode 100644 sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/rule/BeamAggregateProjectMergeRule.java
 create mode 100644 sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/impl/rule/BeamAggregateProjectMergeRuleTest.java