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

liaoxin pushed a change to branch auto-pick-42700-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 65af2e64d4a [fix](cloud) fix job status is empty when label reused in 
cloud mode (#42700)
     add 0a888a09cb6 [fix](schema-change) fix the bug of alter column nullable 
when double writing (#41737) (#42656)
     add 6bf4f0b68bd [feature](doris compose) start node wait for ready service 
#42266 (#42540)
     add caa0ff80fed [fix](create table) Fix `test_partition_create_tablet_rr` 
docker regression case #41012 (#42388)
     add f625bbb06ea [enhancement](cloud) fix TTL cache size negative overflow 
(#42869)
     add ece718c9b37 [enhancement](cloud) make active warmup job number 
configurable (#42868)
     add 3b183a6fae8 [fix](regression) fix lru ttl evict regression (#42870)
     add ab0a7c89600 [enhance](paimon)paimon scanner code optimization  #42606 
(#42874)
     add f43d9d92706 [Test](count on index) enhance count on index case 
retrying for statistics #42699 (#42887)
     add da9845bc411 [enhance](hive)hive event code optimization #42637 (#42877)
     add 7490df85b60 [feat](nereids)disable join reorder if column stats is 
invalid (#41790) (branch-3.0) (#42917)
     add 77edc59eca1 [enhance](hive) support reading hive table with 
OpenCSVSerde #42257 (#42942)
     add 79b6a99f12d [fix](cloud) Fix tablet_id is zero when txn lazy commit 
(#42043) (#42905)
     add 60deaf68f99 [fix](Nerieds) fix FoldConstantRuleOnFE too slow when 
CaseWhen clause nesting multiple layers (#42897) (#42910)
     add ca35ea385fa [Test](bloom filter) add retry query for bloom filter test 
case #42937 (#42974)
     add 3082951c917 [fix](metrics) Fix doris compaction deltas total #42071 
(#42960)
     add 35bf1cb888e Merge branch 'branch-3.0' into auto-pick-42700-branch-3.0

No new revisions were added by this update.

Summary of changes:
 be/src/cloud/injection_point_action.cpp            |   9 +
 be/src/exec/tablet_info.cpp                        |  32 +-
 be/src/io/cache/block_file_cache.cpp               |  29 +-
 be/src/olap/storage_engine.cpp                     |   8 +-
 be/src/olap/storage_engine.h                       |  10 +-
 be/src/util/doris_metrics.cpp                      |   4 +-
 cloud/src/meta-service/meta_service_txn.cpp        |   4 +-
 cloud/src/meta-service/txn_lazy_committer.cpp      |  60 +-
 docker/runtime/doris-compose/command.py            | 102 ++-
 docker/runtime/doris-compose/utils.py              |  12 +-
 .../regression/serde_prop/some_serde_table.hql     |  64 ++
 .../org/apache/doris/paimon/PaimonJniScanner.java  |   6 +-
 .../{PaimonScannerUtils.java => PaimonUtils.java}  |  25 +-
 .../main/java/org/apache/doris/common/Config.java  |   3 +
 .../org/apache/doris/clone/TabletScheduler.java    |   9 +-
 .../apache/doris/cloud/CacheHotspotManager.java    |   5 +-
 .../doris/datasource/hive/HiveProperties.java      |  50 +-
 .../datasource/hive/event/AddPartitionEvent.java   |   8 +-
 .../datasource/hive/event/AlterDatabaseEvent.java  |   8 +-
 .../datasource/hive/event/AlterPartitionEvent.java |   6 +-
 .../datasource/hive/event/AlterTableEvent.java     |  10 +-
 .../datasource/hive/event/CreateDatabaseEvent.java |   4 +-
 .../datasource/hive/event/CreateTableEvent.java    |   8 +-
 .../datasource/hive/event/DropDatabaseEvent.java   |   4 +-
 .../datasource/hive/event/DropPartitionEvent.java  |   8 +-
 .../datasource/hive/event/DropTableEvent.java      |   6 +-
 .../doris/datasource/hive/event/IgnoredEvent.java  |   2 +-
 .../doris/datasource/hive/event/InsertEvent.java   |   6 +-
 .../datasource/hive/event/MetastoreEvent.java      | 167 ++---
 .../hive/event/MetastoreEventsProcessor.java       |   2 +-
 .../doris/datasource/hive/source/HiveScanNode.java |  44 +-
 .../apache/doris/journal/bdbje/BDBJEJournal.java   |   4 +-
 .../org/apache/doris/nereids/NereidsPlanner.java   |   4 +-
 .../org/apache/doris/nereids/StatementContext.java |  10 +
 .../rules/expression/rules/FoldConstantRule.java   |   2 +-
 .../expression/rules/FoldConstantRuleOnFE.java     |   3 -
 .../doris/nereids/stats/StatsCalculator.java       |  46 +-
 .../hive/test_hive_serde_prop.out                  |  23 +
 .../infer_predicate/infer_intersect_except.out     |  11 -
 .../doris/regression/suite/SuiteCluster.groovy     |  34 +-
 ...est_bloom_filter_hit_with_renamed_column.groovy |   3 +-
 .../cloud_p0/cache/ttl/test_ttl_lru_evict.groovy   |  53 +-
 .../test_fe_tablet_same_backend.groovy             |   8 +-
 .../hive/test_hive_serde_prop.groovy               |   4 +
 .../inverted_index_p0/test_count_on_index.groovy   |  26 +-
 .../suites/nereids_hint_tpcds_p0/load.groovy       |   2 +-
 .../suites/nereids_p0/stats/invalid_stats.groovy   | 111 +++
 .../nereids_rules_p0/eager_aggregate/basic.groovy  |   4 +-
 .../eager_aggregate/basic_one_side.groovy          |   3 +-
 .../infer_predicate/infer_intersect_except.groovy  |  26 +-
 .../slow_fold_constant_case_when.groovy            | 824 +++++++++++++++++++++
 .../nereids_tpcds_shape_sf1000_p0/load.groovy      |   2 +-
 .../constraints/load.groovy                        |   2 +-
 .../nereids_tpcds_shape_sf100_p0/load.groovy       |   6 +-
 .../tpcds_sf100/constraints/load.groovy            |   2 +-
 .../suites/new_shapes_p0/tpcds_sf100/load.groovy   |   6 +-
 .../suites/new_shapes_p0/tpcds_sf1000/load.groovy  |   2 +-
 .../test_partition_create_tablet_rr.groovy         |   3 +-
 .../schema_change_p0/test_alter_uniq_null.groovy   |  71 ++
 59 files changed, 1630 insertions(+), 380 deletions(-)
 rename 
fe/be-java-extensions/paimon-scanner/src/main/java/org/apache/doris/paimon/{PaimonScannerUtils.java
 => PaimonUtils.java} (72%)
 create mode 100644 regression-test/suites/nereids_p0/stats/invalid_stats.groovy
 create mode 100644 
regression-test/suites/nereids_syntax_p0/slow_fold_constant_case_when.groovy
 create mode 100644 
regression-test/suites/schema_change_p0/test_alter_uniq_null.groovy


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

Reply via email to