You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by an...@apache.org on 2018/08/10 20:05:59 UTC

[beam] branch master updated (b0b56a7 -> 26bbee5)

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 b0b56a7  Merge pull request #6172 from yifanzou/BEAM-5084/upgrade_com_alibaba_fastjson
     add b924b01  test aggregation functions at DSL level
     new 26bbee5  Merge pull request #6175 from amaliujia/rui_wang-test_aggregation_func_at_dsl_level

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/BeamSqlDslSqlStdOperatorsTest.java         | 127 +++++++++++++++++++++
 ...BeamSqlBuiltinFunctionsIntegrationTestBase.java |  89 +++++++++++++--
 .../beam/sdk/extensions/sql/utils/RowAsserts.java  |  11 ++
 3 files changed, 220 insertions(+), 7 deletions(-)


[beam] 01/01: Merge pull request #6175 from amaliujia/rui_wang-test_aggregation_func_at_dsl_level

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

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

commit 26bbee515a41a004de07e9b60c8b9689d61bbd0b
Merge: b0b56a7 b924b01
Author: Anton Kedin <33...@users.noreply.github.com>
AuthorDate: Fri Aug 10 13:05:55 2018 -0700

    Merge pull request #6175 from amaliujia/rui_wang-test_aggregation_func_at_dsl_level
    
    [BEAM-5103][SQL]test aggregation functions at DSL level

 .../sql/BeamSqlDslSqlStdOperatorsTest.java         | 127 +++++++++++++++++++++
 ...BeamSqlBuiltinFunctionsIntegrationTestBase.java |  89 +++++++++++++--
 .../beam/sdk/extensions/sql/utils/RowAsserts.java  |  11 ++
 3 files changed, 220 insertions(+), 7 deletions(-)