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 2019/05/07 20:46:08 UTC

[beam] branch master updated (fe73353 -> b93793d)

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 fe73353  [BEAM-6986] TypeHints Py3 Error: Multiple tests fail with a generator StopIteration error on Python 3.7 (#8497)
     add 7404a92  [sql] reject aggreagtion distinct rather than executing distinct as all.
     new b93793d  Merge pull request #8498: [SQL] reject aggregation distinct rather than executing distinct as all

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/transform/agg/AggregationCombineFnAdapter.java   |  5 +++++
 .../beam/sdk/extensions/sql/BeamSqlDslAggregationTest.java    | 11 +++++++++++
 2 files changed, 16 insertions(+)


[beam] 01/01: Merge pull request #8498: [SQL] reject aggregation distinct rather than executing distinct as all

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 b93793dcaf3dd6f7eb9bab30e30bab60acaa77bb
Merge: fe73353 7404a92
Author: Andrew Pilloud <ap...@users.noreply.github.com>
AuthorDate: Tue May 7 13:45:44 2019 -0700

    Merge pull request #8498: [SQL] reject aggregation distinct rather than executing distinct as all

 .../sql/impl/transform/agg/AggregationCombineFnAdapter.java   |  5 +++++
 .../beam/sdk/extensions/sql/BeamSqlDslAggregationTest.java    | 11 +++++++++++
 2 files changed, 16 insertions(+)