This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 3f12f7f93fb [fix] after orExpand rule, RF target expr cannot be translated #33402 add f65042c7e44 [Feature](function) Add function strcmp (#33272) No new revisions were added by this update. Summary of changes: be/src/vec/functions/function_string.cpp | 1 + be/src/vec/functions/function_string.h | 62 ++++++++++++++++++++ be/test/vec/function/function_string_test.cpp | 66 ++++++++++++++++++++++ .../doris/catalog/BuiltinScalarFunctions.java | 2 + .../functions/scalar/{Instr.java => Strcmp.java} | 23 ++++---- .../expressions/visitor/ScalarFunctionVisitor.java | 5 ++ gensrc/script/doris_builtins_functions.py | 5 +- 7 files changed, 151 insertions(+), 13 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{Instr.java => Strcmp.java} (76%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org