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 33aaacf2fa5 [Bug] (plsql) procedure call to a non existing procedure, 
returning success (#31019)
     new 753ff108400 [bugfix](export command)  Export exceptions when use 
legacy optimizer (#31020)
     new 68102fd5313 [Fix](auto-partition) fix a concurrent bug of extremely 
long values (#31005)
     new 6cf74680731 [enhancement](function) change some function nullable mode 
(#30991)
     new 870a9342b76 [fix](function) fix extract_url_parameter's bug then get 
the last key (#30929)
     new edfa5e750b5 Remove slow auto analyze test case. (#31037)
     new 5ea46f210c4 [pipelineX](bug) Fix use-after-free when BE exits (#31042)
     new d66559f693c [bugfix](sessionVariable) Fix sessionVariable has 
sessionOriginValue property, and execute cloneSessionVariable method will throw 
java.io.NotSerializableException: java.lang.reflect.Field (#31029)

The 7 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/agent/be_exec_version_manager.h             |   2 +-
 be/src/runtime/exec_env_init.cpp                   |   4 +-
 be/src/util/url_coding.cpp                         |   6 +-
 be/src/util/url_parser.cpp                         |   2 +-
 be/src/vec/functions/function_string.cpp           | 161 ++++++++++++++++++---
 be/src/vec/functions/function_totype.h             |  36 ++++-
 be/test/vec/function/function_like_test.cpp        |  86 ++++++-----
 be/test/vec/function/function_string_test.cpp      |   4 +-
 docs/en/docs/advanced/partition/auto-partition.md  |  15 +-
 .../docs/install/source-install/compilation-arm.md |   4 +-
 .../sql-functions/string-functions/from-base64.md  |   2 +-
 .../docs/advanced/partition/auto-partition.md      |  15 +-
 .../docs/install/source-install/compilation-arm.md |   4 +-
 .../sql-functions/string-functions/from-base64.md  |   2 +-
 .../apache/doris/analysis/PartitionExprUtil.java   |   4 +-
 .../org/apache/doris/load/ExportTaskExecutor.java  |  11 +-
 .../expressions/functions/scalar/ToBase64.java     |   4 +-
 .../trees/expressions/functions/scalar/Unhex.java  |   4 +-
 .../trees/plans/commands/ExportCommand.java        |   4 +-
 .../java/org/apache/doris/qe/SessionVariable.java  |   6 +-
 .../org/apache/doris/qe/SessionVariableField.java  |  85 +++++++++++
 .../main/java/org/apache/doris/qe/VariableMgr.java |  41 +++---
 .../org/apache/doris/qe/SessionVariablesTest.java  |  12 ++
 gensrc/script/doris_builtins_functions.py          |   8 +-
 .../test_extract_url_parameter.out}                |   4 +-
 .../string_functions/test_string_function.out      |   6 +
 .../string_functions/test_string_function.out      | Bin 4134 -> 4162 bytes
 .../function_p0/test_extract_url_parameter.groovy  |  55 +++++++
 .../string_functions/test_string_function.groovy   |   2 +
 .../auto_partition/test_auto_list_partition.groovy |  31 +---
 .../test_auto_partition_behavior.groovy            |  20 +++
 .../string_functions/test_string_function.groovy   |   2 +
 .../suites/statistics/test_analyze_mv.groovy       |  25 ++--
 33 files changed, 499 insertions(+), 168 deletions(-)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariableField.java
 copy regression-test/data/{database_p0/test_alter_db.out => 
function_p0/test_extract_url_parameter.out} (75%)
 create mode 100644 
regression-test/suites/function_p0/test_extract_url_parameter.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to