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 2ed6a00fd1b [opt](memory) Add GlobalMemoryArbitrator and support ReserveMemory (#34985) (#35070) new c962c3a0255 [regression-test](prepared statment) optimize prepared_stmt.groovy to make test stable (#35087) new 7ae83b60fdf [opt](Nereids) opt locality under multi-replica (#34927) new b96148c9cde [Fix](function) fix days/weeks_diff result wrong on BE #35104 new e8fb47bec1a [fix](broker load) Make Config.enable_pipeline_load works as expected for BrokerLoad (#35105) new ced0093d741 [fix](mem_tracker] attach mem tracker in FragmentMgr::apply_filter (#35128) new a8c24d7698f [Fix](function) fix overflow of date_add function (#35080) new af7b16f213e [optimize](desc) display the correct data type of aggStateType (#34968) 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/common/status.h | 7 ++ be/src/runtime/fragment_mgr.cpp | 6 ++ be/src/vec/runtime/vdatetime_value.cpp | 74 ++++++++++----------- be/src/vec/runtime/vdatetime_value.h | 56 ++++++++++++++-- .../org/apache/doris/catalog/AggStateType.java | 5 ++ .../org/apache/doris/analysis/DescribeStmt.java | 3 +- .../doris/common/proc/IndexSchemaProcNode.java | 4 +- .../main/java/org/apache/doris/qe/Coordinator.java | 76 +++++++++++++++++----- .../java/org/apache/doris/qe/SessionVariable.java | 5 ++ .../java/org/apache/doris/qe/CoordinatorTest.java | 8 +-- .../tvf.out => correctness_p0/test_date_diff.out} | 16 +++-- .../agg_state/nereids/test_agg_state_nereids.out | 4 ++ .../data/datatype_p0/agg_state/test_agg_state.out | 4 ++ .../correctness/test_date_function_const.groovy | 5 ++ .../test_date_diff.groovy} | 31 ++++----- .../nereids/test_agg_state_nereids.groovy | 2 + .../datatype_p0/agg_state/test_agg_state.groovy | 2 + .../datetime_functions/test_date_function.groovy | 11 ++-- .../suites/prepared_stmt_p0/prepared_stmt.groovy | 28 +++++--- 19 files changed, 236 insertions(+), 111 deletions(-) copy regression-test/data/{nereids_function_p0/tvf/tvf.out => correctness_p0/test_date_diff.out} (71%) copy regression-test/suites/{nereids_syntax_p0/non_user_visiable_output.groovy => correctness_p0/test_date_diff.groovy} (59%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org