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

yiguolei pushed a change to branch auto-pick-46289-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


 discard fa887d7758b [opt](iceberg docker)Use PostgreSQL as the backend for the 
Iceberg REST server.  (#46289)
     add 8aa2fafff4b [bugfix](asan core) should use weak ptr in rpc context to 
release rf context during query context deconstructed (#46565)
     add 4b3422fc8e3 branch-2.1: [fix](bf index) add ngram bf index validation 
in nereids index definition check #45780 (#46216)
     add f360ee23dfb [branch-2.1](metrics) Fix scan task related metrics 
(#46509)
     add e90480037b6 [fix](index compaction)Fix construct index compaction 
columns core when reader close error (#46508)
     add 5d2930e7833 [fix](shellcheck) fix hive-metastore and enable shellcheck 
in docker (#46496) (#46574)
     add eda8a26ec83 [ci](fix) tmp exclude case test_routine_load_eof (#46586)
     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 5df54467895 [opt](iceberg docker)Use PostgreSQL as the backend for the 
Iceberg REST server.  (#46289)

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   (fa887d7758b)
            \
             N -- N -- N   refs/heads/auto-pick-46289-branch-2.1 (5df54467895)

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:
 .github/workflows/code-checks.yml                  |    2 +-
 be/src/exec/es/es_scroll_parser.cpp                |    3 +-
 be/src/exprs/runtime_filter.cpp                    |   13 +-
 be/src/olap/compaction.cpp                         |  136 +-
 be/src/pipeline/exec/set_probe_sink_operator.cpp   |    7 +-
 be/src/pipeline/pipeline_x/dependency.h            |    2 +-
 be/src/util/doris_metrics.cpp                      |    6 -
 be/src/util/doris_metrics.h                        |    3 -
 be/src/vec/exec/scan/scanner_scheduler.cpp         |   10 -
 be/src/vec/exec/scan/scanner_scheduler.h           |    8 +-
 .../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/hive/scripts/hive-metastore.sh  |   32 +-
 .../docker-compose/oceanbase/oceanbase.yaml.tpl    |    2 +-
 .../org/apache/doris/common/jni/utils/JniUtil.java |    2 +-
 .../java/org/apache/doris/analysis/IndexDef.java   |   41 +-
 .../doris/common/NereidsSqlCacheManager.java       |   67 +-
 .../apache/doris/common/util/PropertyAnalyzer.java |    3 +
 .../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 +
 .../trees/plans/commands/info/IndexDefinition.java |   18 +-
 .../java/org/apache/doris/planner/PlanNode.java    |   20 +
 .../CreateTableWithBloomFilterIndexTest.java       |  905 +++++++++++++
 .../nereids/rules/expression/FoldConstantTest.java |   10 +
 .../trees/plans/commands/IndexDefinitionTest.java  |   64 +-
 .../data/external_table_p0/es/test_es_query.out    |  312 +++--
 .../es/test_es_query_no_http_url.out               |    2 +-
 .../test_index_compaction_fault_injection.out      |  100 ++
 .../org/apache/doris/regression/suite/Suite.groovy |   33 +-
 .../pipeline/p0/conf/regression-conf.groovy        |    2 +
 .../bloom_filter_p0/test_bloom_filter_hit.groovy   |    1 +
 .../external_table_p0/es/test_es_query.groovy      |   13 +
 .../test_index_compaction_fault_injection.groovy   |   24 +
 .../index_p0/test_ngram_bloomfilter_index.groovy   |    9 +-
 ..._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 +-
 44 files changed, 2387 insertions(+), 981 deletions(-)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/catalog/CreateTableWithBloomFilterIndexTest.java


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

Reply via email to