This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 2de8432ed6b [fix](Nereids) fix Illegal aggregate node: group by and
output is empty #35497 (#35498)
add 757e709a4b0 [opt](like) opt LIKE and REGEXP clause with concat(col,
pattern_str) #32333 (#34410)
No new revisions were added by this update.
Summary of changes:
be/src/vec/functions/like.cpp | 371 ++++++++++++++++++---
be/src/vec/functions/like.h | 92 ++++-
.../test_like_predicate_with_concat.out | 101 ++++++
.../test_like_predicate_with_concat.groovy | 112 +++++++
.../test_string_function_regexp.groovy | 3 +-
5 files changed, 614 insertions(+), 65 deletions(-)
create mode 100644
regression-test/data/correctness_p0/test_like_predicate_with_concat.out
create mode 100644
regression-test/suites/correctness_p0/test_like_predicate_with_concat.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]