You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mi...@apache.org on 2018/07/11 18:57:29 UTC

[beam] branch master updated (e91d7f9 -> 90bbeb2)

This is an automated email from the ASF dual-hosted git repository.

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


    from e91d7f9  Merge pull request #5923 from [BEAM-4649] Wait on connection channel to be ready
     add 3914a99  add testArithmeticOperator
     new 90bbeb2  Merge pull request #5921 : [BEAM-4599] [SQL] add testArithmeticOperator

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


[beam] 01/01: Merge pull request #5921 : [BEAM-4599] [SQL] add testArithmeticOperator

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

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

commit 90bbeb2a13799bc7b11f331f6a267ec56eaa1a0d
Merge: e91d7f9 3914a99
Author: XuMingmin <Xu...@users.noreply.github.com>
AuthorDate: Wed Jul 11 11:57:24 2018 -0700

    Merge pull request #5921 : [BEAM-4599] [SQL] add testArithmeticOperator

 .../sql/BeamSqlDslSqlStdOperatorsTest.java         | 100 +++++++++++++
 .../BeamSqlArithmeticOperatorsIntegrationTest.java | 161 ---------------------
 2 files changed, 100 insertions(+), 161 deletions(-)