This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 49b830198bd [fix](doris compose) be disable java support (#52412)
add 1bfad89c3c8 [Feature](function) support like with escape clause
(#52146)
No new revisions were added by this update.
Summary of changes:
be/src/vec/functions/like.cpp | 35 +++++++++-
be/src/vec/functions/like.h | 30 ++++++++-
be/test/vec/common/string_utils_test.cpp | 12 ++++
.../antlr4/org/apache/doris/nereids/DorisLexer.g4 | 1 +
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 4 +-
.../doris/nereids/parser/LogicalPlanBuilder.java | 14 ++--
.../rules/expression/rules/LikeToEqualRewrite.java | 4 ++
.../doris/nereids/trees/expressions/Like.java | 55 +++++++++++++++-
.../string_functions/test_like_escape.out} | Bin 248 -> 333 bytes
.../string_functions/test_like_escape.groovy | 71 +++++++++++++++++++++
10 files changed, 216 insertions(+), 10 deletions(-)
copy
regression-test/data/query_p0/{set_operations/set_with_null/set_with_null.out
=> sql_functions/string_functions/test_like_escape.out} (67%)
create mode 100644
regression-test/suites/query_p0/sql_functions/string_functions/test_like_escape.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]