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

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


    omit 7a491bbd06a [improve](routine load) improve routine load observability 
(#46238)
     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 54d84590d5a [improve](routine load) improve routine load observability 
(#46238)

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   (7a491bbd06a)
            \
             N -- N -- N   refs/heads/auto-pick-46238-branch-2.1 (54d84590d5a)

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/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 +-
 .../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 +-
 .../trees/plans/commands/info/IndexDefinition.java |   18 +-
 .../CreateTableWithBloomFilterIndexTest.java       |  905 +++++++++++++
 .../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        |    1 +
 .../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 +-
 .../cache/parse_sql_from_sql_cache.groovy          | 1432 ++++++++++----------
 .../suites/nereids_syntax_p0/explain.groovy        |    3 +-
 36 files changed, 2341 insertions(+), 973 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