This is an automated email from the ASF dual-hosted git repository. zhangstar333 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 4170bb7b5a0 [improvement](statisitcs)Disable external catalog auto analyze by default. (#38674) add 89ca022e614 [Feature](function) support split_by_regexp function (#38259) No new revisions were added by this update. Summary of changes: be/src/vec/functions/function_split_by_regexp.cpp | 378 +++++++++++++++++++++ be/src/vec/functions/simple_function_factory.h | 2 + .../doris/catalog/BuiltinScalarFunctions.java | 2 + .../scalar/{Tokenize.java => SplitByRegexp.java} | 69 ++-- .../expressions/visitor/ScalarFunctionVisitor.java | 5 + gensrc/script/doris_builtins_functions.py | 2 + .../string_functions/test_split_by_regexp.out | 52 +++ .../string_functions/test_split_by_regexp.groovy | 68 ++++ 8 files changed, 544 insertions(+), 34 deletions(-) create mode 100644 be/src/vec/functions/function_split_by_regexp.cpp copy fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{Tokenize.java => SplitByRegexp.java} (58%) create mode 100644 regression-test/data/query_p0/sql_functions/string_functions/test_split_by_regexp.out create mode 100644 regression-test/suites/query_p0/sql_functions/string_functions/test_split_by_regexp.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org