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

yiguolei pushed a change to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 09ef78402ee fix build error
     new bff3b04029e [fix](cosn) use s3 client to read cosn on BE side (#30835)
     new 4e8c94ef146 [config](move-memtable) set LOAD_STREAM_PER_NODE default 
to 2 (#30830)
     new 1ed24117ac0 [function](url_decode)add url_decode function (#30667)
     new 73940f96d3b [opt](string_to_unsigned_int) performance opt (#30825)
     new cde74cbfeef [feature](test)Add mtmv agg under join cases (#30793)

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/util/string_parser.hpp                      |  55 +-
 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 +
 .../org/apache/doris/common/util/LocationPath.java |   8 +-
 .../scalar/{Lower.java => UrlDecode.java}          |  18 +-
 .../expressions/visitor/ScalarFunctionVisitor.java |   5 +
 .../doris/planner/external/HiveScanNode.java       |   4 +-
 .../planner/external/iceberg/IcebergScanNode.java  |   2 +-
 .../planner/external/paimon/PaimonScanNode.java    |   4 +-
 .../java/org/apache/doris/qe/SessionVariable.java  |   2 +-
 .../apache/doris/common/util/LocationPathTest.java |   4 +-
 gensrc/script/doris_builtins_functions.py          |   4 +-
 .../data/nereids_function_p0/scalar_function/U.out |  12 +
 .../nereids_function_p0/scalar_function/U.groovy   |   4 +
 .../dimension_2_join_agg.groovy                    | 920 +++++++++++++++++++++
 19 files changed, 1078 insertions(+), 64 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%)
 create mode 100644 
regression-test/suites/nereids_rules_p0/mv/dimension_2_join_agg/dimension_2_join_agg.groovy


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

Reply via email to