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

dataroaring pushed a change to branch branch-4.0-preview
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 5ebefce3be4 [fix](nereids)when clause cannot be regarded as common sub 
expression (#33358)
     new 182b6fdd2d6 [fix](memory) Fix memory tracker destructor deadlock 
(#33497)
     new dfaf0a72c53  [fix] after orExpand rule, RF target expr cannot be 
translated #33402
     new 3070dbcd078 [improve](routine-load) timely pause job if Kafka cluster 
exception when consume (#33372)
     new 485fd485c22 [chore](cloud) Fix code style (#33467)
     new dbd91f9d4b3 (merge-cloud) Fix file cache regression cases (#33441)
     new 78d433fb2c8 [fix](restore) Fix the conflict IDs between two cluster 
(#33423)
     new da95dbb1ae0 [fix](routine-load) routine load date where expression 
rewrite should change over time (#33345)
     new 0819d6f7d78 [fix](doris compose) Fix not show ms recycler .out log in 
cloud mode (#33489)
     new 3ffe49854db [fix](nereids) fix a visitor bug in CommonSubExpressionOpt 
(#33154)
     new bc6d84db2a2 [Bug](runtime-filter) try to fix heap use after free on 
runtime filter send filter size (#33465)

The 10 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/daemon.cpp                           |   1 +
 be/src/runtime/fragment_mgr.cpp                    |  42 ++---
 be/src/runtime/memory/mem_tracker_limiter.cpp      |  40 ++---
 be/src/runtime/memory/mem_tracker_limiter.h        |   2 +-
 be/src/runtime/runtime_filter_mgr.cpp              |   6 +-
 be/src/runtime/runtime_state.cpp                   |  43 +----
 be/src/runtime/runtime_state.h                     |   5 -
 be/test/exprs/runtime_filter_test.cpp              |   7 +-
 .../serde/data_type_serde_mysql_test.cpp           |   3 +-
 be/test/vec/exec/vtablet_sink_test.cpp             |  12 +-
 be/test/vec/exprs/vexpr_test.cpp                   |   6 +-
 be/test/vec/runtime/vdata_stream_test.cpp          |   3 +-
 cloud/src/meta-service/meta_service_partition.cpp  |   4 +-
 .../runtime/doris-compose/resource/init_cloud.sh   |  17 +-
 .../java/org/apache/doris/catalog/OlapTable.java   |  51 +++---
 .../org/apache/doris/catalog/PartitionInfo.java    |  30 +++-
 .../org/apache/doris/load/BrokerFileGroup.java     |   4 +
 .../load/routineload/KafkaRoutineLoadJob.java      |   8 +-
 .../glue/translator/RuntimeFilterTranslator.java   |  23 +--
 .../processor/post/CommonSubExpressionOpt.java     |  19 +--
 .../processor/post/RuntimeFilterContext.java       |   9 -
 .../processor/post/RuntimeFilterGenerator.java     |   2 +-
 .../trees/plans/physical/PhysicalProject.java      |   8 +-
 .../apache/doris/planner/StreamLoadPlanner.java    |  10 +-
 .../cloud_p0/cache/http/test_clear_cache.groovy    |  42 +----
 .../cache/http/test_clear_cache_async.groovy       |  59 ++++---
 .../suites/cloud_p0/cache/ttl/alter_ttl_1.groovy   |   4 +-
 .../suites/cloud_p0/cache/ttl/alter_ttl_2.groovy   |   5 +-
 .../{basic_data.csv => test_where_condition.csv}   |   2 +-
 .../test_routine_load_condition.groovy             | 182 +++++++++++++++++++++
 30 files changed, 393 insertions(+), 256 deletions(-)
 copy regression-test/suites/load_p0/routine_load/data/{basic_data.csv => 
test_where_condition.csv} (99%)
 create mode 100644 
regression-test/suites/load_p0/routine_load/test_routine_load_condition.groovy


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

Reply via email to