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 9fc070c3841 [config](move-memtable) set LOAD_STREAM_PER_NODE default
to 2 (#30830)
add 147612d9c72 [function](url_decode)add url_decode function (#30667)
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 | 48 ++++++++++++++++++++++
.../{parse-url.md => url-decode.md} | 24 ++++++-----
docs/sidebars.json | 1 +
.../sql-functions/string-functions/url-decode.md} | 24 ++++++-----
.../doris/catalog/BuiltinScalarFunctions.java | 2 +
.../scalar/{Lower.java => UrlDecode.java} | 18 ++++----
.../expressions/visitor/ScalarFunctionVisitor.java | 5 +++
gensrc/script/doris_builtins_functions.py | 4 +-
.../data/nereids_function_p0/scalar_function/U.out | 12 ++++++
.../nereids_function_p0/scalar_function/U.groovy | 4 ++
11 files changed, 113 insertions(+), 30 deletions(-)
copy docs/en/docs/sql-manual/sql-functions/string-functions/{parse-url.md =>
url-decode.md} (63%)
copy docs/{en/docs/sql-manual/sql-functions/string-functions/parse-url.md =>
zh-CN/docs/sql-manual/sql-functions/string-functions/url-decode.md} (63%)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{Lower.java
=> UrlDecode.java} (81%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]