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/09 04:41:20 UTC

[beam] branch master updated (28ca0ed -> 16db153)

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 28ca0ed  Merge pull request #6186 from amaliujia/rui_wang-add_not_like_based_on_like
     add d38135f  Test arithmetic functions at the DSL level
     new 16db153  Merge pull request #6168 from amaliujia/rui_wang-test_math_function

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         | 329 +++++++++++++++++++
 .../BeamSqlMathFunctionsIntegrationTest.java       | 348 ---------------------
 2 files changed, 329 insertions(+), 348 deletions(-)
 delete mode 100644 sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/integrationtest/BeamSqlMathFunctionsIntegrationTest.java


[beam] 01/01: Merge pull request #6168 from amaliujia/rui_wang-test_math_function

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 16db153b944b18401f8a5a8304109921121be9a5
Merge: 28ca0ed d38135f
Author: Anton Kedin <33...@users.noreply.github.com>
AuthorDate: Wed Aug 8 21:41:16 2018 -0700

    Merge pull request #6168 from amaliujia/rui_wang-test_math_function
    
    [BEAM-5100][SQL]Test Arithmetic functions at the DSL level

 .../sql/BeamSqlDslSqlStdOperatorsTest.java         | 329 +++++++++++++++++++
 .../BeamSqlMathFunctionsIntegrationTest.java       | 348 ---------------------
 2 files changed, 329 insertions(+), 348 deletions(-)