This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-c108335-hive-sql in repository https://gitbox.apache.org/repos/asf/doris.git
from 7afdaf7a0eb Impl str to map (#49195) add 13089db7a79 [feature](function) Support format round (#49203) No new revisions were added by this update. Summary of changes: be/src/vec/functions/function_string.cpp | 4 + be/src/vec/functions/function_string.h | 358 +++++++++++++++++++++ .../doris/catalog/BuiltinScalarFunctions.java | 2 + .../scalar/{FindInSet.java => FormatRound.java} | 33 +- .../expressions/visitor/ScalarFunctionVisitor.java | 5 + gensrc/script/doris_builtins_functions.py | 6 + 6 files changed, 393 insertions(+), 15 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{FindInSet.java => FormatRound.java} (62%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org