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 2bbcb12  Move off of deprecated method in Guava.
     add ecd89b8  [SQL] Inherit windowing strategy from the input in Aggregate 
operation
     new 21cc003  Merge pull request #4546: [SQL] Inherit windowing strategy 
from the input in Aggregate operation

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:
 .../sql/impl/rel/BeamAggregationRel.java           | 120 ++++++++++------
 .../sdk/extensions/sql/impl/rel/BeamUnionRel.java  |   5 -
 .../sdk/extensions/sql/impl/rel/package-info.java  |   4 +
 .../sql/impl/rule/AggregateWindowFactory.java      | 158 +++++++++++++++++++++
 .../sql/impl/rule/AggregateWindowField.java}       |  41 +++---
 .../sql/impl/rule/BeamAggregationRule.java         |  94 ++----------
 .../sdk/extensions/sql/impl/rule/package-info.java |   4 +
 .../extensions/sql/BeamSqlDslAggregationTest.java  | 144 ++++++++++++++++++-
 .../beam/sdk/extensions/sql/BeamSqlDslBase.java    |  15 +-
 .../apache/beam/sdk/extensions/sql/TestUtils.java  |  83 +++++++++++
 10 files changed, 508 insertions(+), 160 deletions(-)
 create mode 100644 
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/rule/AggregateWindowFactory.java
 copy 
sdks/java/extensions/{google-cloud-platform-core/src/main/java/org/apache/beam/sdk/extensions/gcp/storage/NoopPathValidator.java
 => 
sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/rule/AggregateWindowField.java}
 (53%)

-- 
To stop receiving notification emails like this one, please contact
k...@apache.org.

Reply via email to