This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from e5359ba03c [fix](show-stmt) fix show create table missing storage_medium info (#21757) new 0f338a82a9 [feature](ui) add profile download button in the list page (#22409) new 1250910ef1 [opt](conf) Modify brpc work pool conf default value #22406 new 0b0bd24813 [bugfix](profile summary) move detail info from summary to execution summary (#22425) new c43a34b1fd [fix](sort) VSortedRunMerger does not return any rows with a large offset value (#22191) new 674b0ab934 [Fix](executor)Fix incorrect mem_limit return value type (#22415) 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/common/config.cpp | 12 +- be/src/common/config.h | 2 + be/src/runtime/task_group/task_group.h | 2 +- be/src/service/internal_service.cpp | 18 +- be/src/util/mem_info.cpp | 6 +- be/src/vec/runtime/vdata_stream_recvr.cpp | 1 + be/src/vec/runtime/vsorted_run_merger.cpp | 47 +++++- be/src/vec/runtime/vsorted_run_merger.h | 12 +- .../doris/common/profile/SummaryProfile.java | 13 +- .../array_functions/test_array_functions.out | 66 -------- .../array_functions/test_array_functions.groovy | 5 + ui/{config/paths.js => prettier.config.js} | 52 +++--- ui/public/locales/en-us.json | 3 +- ui/public/locales/zh-cn.json | 3 +- ui/src/pages/query-profile/index.tsx | 182 ++++++++++++++------- 15 files changed, 252 insertions(+), 172 deletions(-) copy ui/{config/paths.js => prettier.config.js} (50%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org