This is an automated email from the ASF dual-hosted git repository. kenn pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git
commit 97649a75e250105fb126c6ab94390c86f9ac459f Merge: 51b6adf ede4c87 Author: Kenn Knowles <[email protected]> AuthorDate: Thu Jun 7 05:28:13 2018 -0700 Merge pull request #5528: [BEAM-4385][SQL] Add LIKE operator to Beam SQL .../sql/impl/interpreter/BeamSqlFnExecutor.java | 4 ++ .../operator/comparison/BeamSqlLikeExpression.java | 45 ++++++++++++++++++++ .../impl/interpreter/BeamSqlFnExecutorTest.java | 3 +- .../interpreter/BeamSqlFnExecutorTestBase.java | 3 +- .../operator/BeamSqlCompareExpressionTest.java | 18 ++++++++ .../operator/BeamSqlInputRefExpressionTest.java | 2 +- .../BeamSqlComparisonOperatorsIntegrationTest.java | 49 +++++++++++++++++++++- 7 files changed, 120 insertions(+), 4 deletions(-) -- To stop receiving notification emails like this one, please contact [email protected].
