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 89e3221 [BEAM-4835] Adding in additional options for BigQueryIO
insert statements
add a426d90 add not like based on like expression
new 28ca0ed Merge pull request #6186 from
amaliujia/rui_wang-add_not_like_based_on_like
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 | 5 +-
...pression.java => BeamSqlNotLikeExpression.java} | 19 ++--
.../sql/BeamSqlDslSqlStdOperatorsTest.java | 116 ++++++++++++++-------
3 files changed, 93 insertions(+), 47 deletions(-)
copy
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/interpreter/operator/comparison/{BeamSqlEqualsExpression.java
=> BeamSqlNotLikeExpression.java} (71%)