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

morningman pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 0d05d55859 [cherry-pick][feature](string_function) support 
split_by_string function (#15677)
     new cf1cd4a7bd [Enhancement](Jemalloc): correct the varialbe name of 
malloc_conf & enable prof (#15382)
     new bd59ec2b8a [Enhancement](jemalloc):support heap dump by http request 
at runtime (#15429)
     new 6758857664 [DataType](Deciamlv3) change the avg function scale of 
decimalv3 (#15445)

The 3 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/common/config.h                             |     2 +
 be/src/http/CMakeLists.txt                         |     1 +
 be/src/http/action/jeprofile_actions.cpp           |    81 +
 .../{pprof_actions.h => jeprofile_actions.h}       |    10 +-
 be/src/service/http_service.cpp                    |     4 +
 bin/start_be.sh                                    |     3 +-
 docs/en/community/developer-guide/debug-tool.md    |    53 +
 docs/zh-CN/community/developer-guide/debug-tool.md |    53 +
 .../apache/doris/analysis/FunctionCallExpr.java    |    10 +-
 .../java/org/apache/doris/catalog/ScalarType.java  |     1 +
 .../main/java/org/apache/doris/catalog/Type.java   |     8 +-
 .../data/datev2/tpcds_sf1_p1/sql/q07.out           |   200 +-
 .../data/datev2/tpcds_sf1_p1/sql/q09.out           |     2 +-
 .../data/datev2/tpcds_sf1_p1/sql/q13.out           |     2 +-
 .../data/datev2/tpcds_sf1_p1/sql/q18.out           |   200 +-
 .../data/datev2/tpcds_sf1_p1/sql/q26.out           |   200 +-
 .../data/datev2/tpcds_sf1_p1/sql/q27.out           |   200 +-
 .../data/datev2/tpcds_sf1_p1/sql/q28.out           |     2 +-
 .../data/datev2/tpcds_sf1_p1/sql/q39_1.out         |    88 +-
 .../data/datev2/tpcds_sf1_p1/sql/q39_2.out         |     8 +-
 .../data/datev2/tpcds_sf1_p1/sql/q47.out           |   200 +-
 .../data/datev2/tpcds_sf1_p1/sql/q53.out           |   200 +-
 .../data/datev2/tpcds_sf1_p1/sql/q57.out           |   200 +-
 .../data/datev2/tpcds_sf1_p1/sql/q63.out           |   200 +-
 .../data/datev2/tpcds_sf1_p1/sql/q85.out           |    12 +-
 .../data/datev2/tpcds_sf1_p1/sql/q89.out           |   200 +-
 .../data/datev2/tpch_sf1_p1/sql/q01.out            |     8 +-
 .../data/datev2/tpch_sf1_p1/sql/q02.out            |    24 +-
 .../data/datev2/tpch_sf1_p1/sql/q03.out            |    20 +-
 .../data/datev2/tpch_sf1_p1/sql/q05.out            |    10 +-
 .../data/datev2/tpch_sf1_p1/sql/q06.out            |     2 +-
 .../data/datev2/tpch_sf1_p1/sql/q07.out            |     8 +-
 .../data/datev2/tpch_sf1_p1/sql/q08.out            |     2 +-
 .../data/datev2/tpch_sf1_p1/sql/q09.out            |   350 +-
 .../data/datev2/tpch_sf1_p1/sql/q10.out            |    40 +-
 .../data/datev2/tpch_sf1_p1/sql/q11.out            |  2096 +-
 .../data/datev2/tpch_sf1_p1/sql/q15.out            |     2 +-
 .../data/datev2/tpch_sf1_p1/sql/q18.out            |   114 +-
 .../data/datev2/tpch_sf1_p1/sql/q19.out            |     2 +-
 .../data/datev2/tpch_sf1_p1/sql/q22.out            |    14 +-
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q1.out     |    13 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q10.out    |    45 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q11.out    | 28657 ---------------
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q12.out    |     9 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q13.out    |    89 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q14.out    |     7 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q15.out    |     7 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q16.out    | 36633 -------------------
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q17.out    |     7 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q18.out    |   119 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q19.out    |     7 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q2.out     |   205 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q20.out    |   377 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q21.out    |   205 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q22.out    |    19 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q3.out     |    25 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q4.out     |    15 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q5.out     |    15 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q6.out     |     7 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q7.out     |    13 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q8.out     |     9 -
 .../datev2/tpch_sf1_p1/tpch_sf1/nereids/q9.out     |   355 -
 .../data/decimalv3/tpch_sf1_p1/sql/q01.out         |     8 +-
 63 files changed, 2521 insertions(+), 69157 deletions(-)
 create mode 100644 be/src/http/action/jeprofile_actions.cpp
 copy be/src/http/action/{pprof_actions.h => jeprofile_actions.h} (88%)
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q1.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q10.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q11.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q12.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q13.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q14.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q15.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q16.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q17.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q18.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q19.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q2.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q20.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q21.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q22.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q3.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q4.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q5.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q6.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q7.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q8.out
 delete mode 100644 
regression-test/data/datev2/tpch_sf1_p1/tpch_sf1/nereids/q9.out


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

Reply via email to