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 2022/04/22 16:11:47 UTC

[beam] branch master updated (1540b9dccc7 -> 5cae6107a3b)

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 1540b9dccc7 Merge pull request #17434: [BEAM-14348] Upgrade to ZetaSQL 2022.04.1
     add f0c8c08ffa3 [BEAM-14321] SQL passes Null for Null aggregates
     new 5cae6107a3b Merge pull request #17387: [BEAM-14321] SQL passes Null for Null aggregates

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:
 .../impl/transform/BeamBuiltinAggregations.java    | 52 ++++++++++++++++--
 .../sql/BeamSqlDslAggregationNullableTest.java     | 64 ++++++++++++++++++++++
 .../beam/sdk/extensions/sql/utils/RowAsserts.java  | 11 ++++
 3 files changed, 121 insertions(+), 6 deletions(-)


[beam] 01/01: Merge pull request #17387: [BEAM-14321] SQL passes Null for Null aggregates

Posted by ap...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5cae6107a3b28bab54ff87eedebf3f5dc564883c
Merge: 1540b9dccc7 f0c8c08ffa3
Author: Andrew Pilloud <ap...@users.noreply.github.com>
AuthorDate: Fri Apr 22 09:11:37 2022 -0700

    Merge pull request #17387: [BEAM-14321] SQL passes Null for Null aggregates

 .../impl/transform/BeamBuiltinAggregations.java    | 52 ++++++++++++++++--
 .../sql/BeamSqlDslAggregationNullableTest.java     | 64 ++++++++++++++++++++++
 .../beam/sdk/extensions/sql/utils/RowAsserts.java  | 11 ++++
 3 files changed, 121 insertions(+), 6 deletions(-)