This is an automated email from the ASF dual-hosted git repository.
kenn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 51b6adf [BEAM-4517] Add maven status in README
add 2dfd756 Add LIKE operator to Beam SQL.
add ede4c87 Address comments: 1. Use SqlFunction.like to implement like
operator. 2. Add an integration test for like functionality.
new 97649a7 Merge pull request #5528: [BEAM-4385][SQL] Add LIKE operator
to Beam SQL
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/interpreter/BeamSqlFnExecutor.java | 4 ++
...sExpression.java => BeamSqlLikeExpression.java} | 16 ++++---
.../impl/interpreter/BeamSqlFnExecutorTest.java | 3 +-
.../interpreter/BeamSqlFnExecutorTestBase.java | 3 +-
.../operator/BeamSqlCompareExpressionTest.java | 18 ++++++++
.../operator/BeamSqlInputRefExpressionTest.java | 2 +-
.../BeamSqlComparisonOperatorsIntegrationTest.java | 49 +++++++++++++++++++++-
7 files changed, 82 insertions(+), 13 deletions(-)
copy
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/interpreter/operator/comparison/{BeamSqlEqualsExpression.java
=> BeamSqlLikeExpression.java} (71%)
--
To stop receiving notification emails like this one, please contact
[email protected].