This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch auto-pick-46304-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
discard fffdbf1e88f [opt](load) Increase the default value of webserver_num_workers (#46304) add f6ea71ab618 branch-2.1: [chore](MTMV) catch all exception when get mtmvs to avoid plan failed #46474 (#46536) add 2687dedabf4 [fix](nereids) fix sql cache bug and some tests (#46443) (#46505) add 4d0037a9288 branch-2.1: [fix](ES catalog)Fix query long value exception with doc_value #46554 (#46581) add ddeec1426d5 [fix](test)Fix unstable index_change_with_cumu case (#46527)(#38733) (#46529) add c805e69171f branch-2.1: [regression-test](fix) fix test_bloom_filter_hit.groovy case bug #46438 (#46617) add 3bc70876c4f branch-2.1: [fix](test) Optimize the health check after oceanbase docker starts #46434 (#46599) add 4a08d81acff [fix](set operator) Fix invalid access in set operator (#46528) (#46613) add 6a68b09100a branch-2.1: [fix](cache) fix mtmv cache can not use test #46537 (#46607) add ba091ae4bd2 [fix](ci) tmp exclude block case test_cumu_compaction_with_delete (#46649) add f2419c49a75 branch-2.1: [opt](jni) Modify Exception Cause Formatting in JniUtil for Better Readability #46437 (#46602) add b99ef07a3bf branch-2.1: [fix](Nereids) fix log and power #46077 (#46635) add ebb425dd849 branch-2.1: [fix](planner) fix core when select and filter by slot in old planner #46541 (#46638) add d57122d6ec2 [opt](load) Increase the default value of webserver_num_workers (#46304) This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (fffdbf1e88f) \ N -- N -- N refs/heads/auto-pick-46304-branch-2.1 (d57122d6ec2) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: be/src/exec/es/es_scroll_parser.cpp | 3 +- be/src/pipeline/exec/set_probe_sink_operator.cpp | 7 +- be/src/pipeline/pipeline_x/dependency.h | 2 +- .../elasticsearch/scripts/data/data1_es6.json | 1 + .../elasticsearch/scripts/data/data2_es6.json | 1 + .../elasticsearch/scripts/data/data3_es6.json | 1 + .../elasticsearch/scripts/data/data4_es6.json | 1 + .../elasticsearch/scripts/index/es6_test1.json | 3 + .../elasticsearch/scripts/index/es6_test2.json | 3 + .../docker-compose/oceanbase/oceanbase.yaml.tpl | 2 +- .../org/apache/doris/common/jni/utils/JniUtil.java | 2 +- .../doris/common/NereidsSqlCacheManager.java | 67 +- .../org/apache/doris/mtmv/MTMVRelationManager.java | 4 +- .../org/apache/doris/nereids/SqlCacheContext.java | 28 +- .../org/apache/doris/nereids/StatementContext.java | 2 +- .../functions/executable/NumericArithmetic.java | 6 + .../java/org/apache/doris/planner/PlanNode.java | 20 + .../nereids/rules/expression/FoldConstantTest.java | 10 + .../data/external_table_p0/es/test_es_query.out | 312 +++-- .../es/test_es_query_no_http_url.out | 2 +- .../org/apache/doris/regression/suite/Suite.groovy | 33 +- .../pipeline/p0/conf/regression-conf.groovy | 1 + .../bloom_filter_p0/test_bloom_filter_hit.groovy | 1 + .../external_table_p0/es/test_es_query.groovy | 13 + ..._index_change_with_cumulative_compaction.groovy | 29 +- .../mtmv_p0/test_mtmv_sql_cache_and_profile.groovy | 4 +- .../cache/parse_sql_from_sql_cache.groovy | 1432 ++++++++++---------- .../suites/nereids_syntax_p0/explain.groovy | 3 +- 28 files changed, 1150 insertions(+), 843 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org