This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-49142-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 054ef7a1b80 [Fix]fix report query statistics to FE cores (#49711)
     add 22fd883877c [feature](function) impl str_to_map (#49142)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/functions/function_map.cpp              | 156 ++++++++++++++
 .../doris/catalog/BuiltinScalarFunctions.java      |   2 +
 .../expressions/functions/scalar/StrToMap.java     | 110 ++++++++++
 .../expressions/visitor/ScalarFunctionVisitor.java |   5 +
 .../string_functions/test_str_to_map.out           | Bin 0 -> 17405 bytes
 .../string_functions/test_str_to_map.groovy        | 232 +++++++++++++++++++++
 6 files changed, 505 insertions(+)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/StrToMap.java
 create mode 100644 
regression-test/data/query_p0/sql_functions/string_functions/test_str_to_map.out
 create mode 100644 
regression-test/suites/query_p0/sql_functions/string_functions/test_str_to_map.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to