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

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


    from 197b204e02d [type](docs) delete duplicated sidebar items (#31991)
     new 3b56c4bcfa6 [enhancement](nereids)send is_nereids flag to be (#31752)
     new 9fa470cacad [doc](external) delete external table docs in 1.2 (#28353)
     new 92320bbd2db [Fix](doc) Adjust default values (#31882)
     new 5b52812af25 Problem: When the old optimizer processes an INSERT INTO 
statement that contains two quotation marks, it results in only one quotation 
mark being written into the database. (#31890)
     new 8801916675e [regression](spark)Add spark to read doris multiple data 
types cases (#31861)
     new c6a8146db50 [typo](doc)Doriswriter document modification (#31322)
     new 981ea734664 [Bug](top-n) init query_ctx runtime predicate before 
_build_pipelines (#31896)
     new aff09fc9bcf [feature](Nereids) support make miss slot as null alias 
when converting anti join (#31854)
     new 779ca464a5e [Fix](Status) Handle returned overall Status correctly 
(#31692)
     new 0da010603e6 [Improve](TabletSchemaCache) reduce duplicated memory 
consumption for column name and column path (#31141)
     new 908dff551ab [fix](statistics)Add synchronize for modify 
analysisTaskInfoMap and analysisJobInfoMap. #31940
     new e9c16385076 Add waiting timeout while creating mv and row count 
report. (#31944)
     new b2de83f250f [agg](conf) Add a knob to control distinct agg (#31930)
     new 93d298d34af [fix](agg) wrong result of two or more map_agg functions 
in query (#31928)
     new 861461403f2 add missing RuleType 
LOGICAL_REPEAT_TO_PHYSICAL_REPEAT_RULE (#31877)
     new eb280d374b9 [case](Nereids) add leading tpc-h (#30405)
     new 1b783aaa7f5 [fix](p2)Fix analyze hive partition column p2 case after 
row count change. #31958
     new 4bfecac08ae [enhancement](plsql) Support show procedure and show 
create procedure (#31297) (#31763)
     new f968d965452 [profile](pipelineX) Add lost metrics (#31964)
     new 1721bfb87ab [fix](nereids)forbid some join reorder rules for mark join 
(#31966)
     new 679cd0ab457 [opt](mtmv) ensure rewritten plan output order correct 
even project been eliminated (#31870)
     new 19e6ebd09cd [Feature](materialized-view) support mv with 
bitmap_union(bitmap_from_array()) case (#31962)
     new e3611f6a1df [improve](routine-load) increase routing load max_batch 
_size max limit (#31846)
     new e8b4bf5be95 [enhancement](Nereids) Speedup PartitionPrunner (#31970)
     new e8aa5ee7d56 [Improve](Variant) support bloom filter for variant 
subcolumns (#31347)
     new 609761567c2 [Fix](partial-update) Fix wrong column number passing to 
BE when partial and enable nereids (#31461)
     new cae80cfa15b [doc](apache-superset) Fix zh-CN documentation of 
apache-superset (#31976)
     new 5909237ab1c [Fix](nereids) Add semantic check that the hash bucket 
column must be a key column when creating table for aggregate and unique models 
(#31951)
     new 1b4680ee14a [chore](ci) Update .asf.yaml (#31994)
     new ce5973b672a Revert "[chore](ci) Update .asf.yaml (#31994)" (#31997)
     new 6ef4ab631d2 [Opt](func) reduce the useless mem alloc and const opt the 
concat code (#31983)
     new 621803c5479 [FIX](InPredict) fix in params in to context for thread 
fragment query (#31935)
     new 62db7094ea8 Revert "Problem: When the old optimizer processes an 
INSERT INTO statement that contains two quotation marks, it results in only one 
quotation mark being written into the database. (#31890)" (#31986)
     new 5f9eb5eb52d [feature](external catalog)Add partition grammar for 
external catalog  to create table (#31585)
     new cc0e58faec0 [enhancement](regression-test) upgrade groovy to 4.x and 
enable run test by jdk17/21 (#31906)
     new aaa5542fb94 fix drop un-related table (#31990)
     new 21e412393bf [enhancement] add_method_for_schemachange (#31849)
     new 4bdea7c3249 [opt](fe) Reduce jvm heap memory consumed by profiles of 
BrokerLoadJob (#31985)
     new 263135c1931 [fix](case) fix export data consistency case (#32005)
     new 334b6369461 (cloud) Print replicas when getReplicaByBackendId failed 
(#32007)
     new d57a00c81c1 [regression-test](pipeline) remove sys_log_verbose_modules 
in pipeline #32015
     new eb208d2dbd8 [fix](forward) set error code for query state to handle 
exception of (#31975)
     new 4f5dde2009c [improvement](mtmv) Improve the performance for query 
rewritting by materialized view (#31886)
     new ea6dbd2dfc6 [enhancement](util) print if using nereids planner when be 
coredump (#31981)
     new a3ad1f06948 [Chore](third-party) update clucene version (#32014)
     new 9b2ef2883cf [Improvement]Add schema table backend_active_tasks (#31945)
     new 21319baac74 [pipelineX](partition sort) Add some nessacery metrics 
(#32020)

The 47 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/clucene                                     |   2 +-
 be/src/common/signal_handler.h                     |   8 +
 be/src/common/status.h                             |   8 +
 be/src/exec/schema_scanner.cpp                     |   3 +
 .../schema_scanner/schema_backend_active_tasks.cpp |  94 +++++
 .../schema_scanner/schema_backend_active_tasks.h}  |  40 +-
 be/src/io/fs/benchmark/fs_benchmark_tool.cpp       |  26 +-
 be/src/olap/compaction.cpp                         |   2 +-
 be/src/olap/delta_writer.cpp                       |   2 +-
 be/src/olap/field.h                                |   7 +-
 be/src/olap/in_list_predicate.h                    |   7 -
 be/src/olap/row_cursor.cpp                         |   7 +-
 be/src/olap/row_cursor.h                           |   6 +-
 be/src/olap/rowset/beta_rowset.cpp                 |   6 +-
 be/src/olap/rowset/beta_rowset_writer.cpp          |   8 +-
 be/src/olap/rowset/segcompaction.cpp               |   4 +-
 be/src/olap/rowset/segment_creator.cpp             |   6 +-
 .../segment_v2/bloom_filter_index_writer.cpp       |   6 +-
 be/src/olap/rowset/segment_v2/column_reader.cpp    |  33 +-
 be/src/olap/rowset/segment_v2/column_reader.h      |   8 +-
 be/src/olap/rowset/segment_v2/column_writer.cpp    |   5 +-
 be/src/olap/rowset/segment_v2/column_writer.h      |   4 +-
 .../rowset/segment_v2/hierarchical_data_reader.cpp |   2 +-
 .../segment_v2/inverted_index_compaction.cpp       |   2 +-
 .../rowset/segment_v2/inverted_index_reader.cpp    |   4 +-
 be/src/olap/rowset/segment_v2/plain_page.h         |   2 +-
 be/src/olap/rowset/segment_v2/rle_page.h           |   2 +-
 be/src/olap/rowset/segment_v2/segment.cpp          |  53 ++-
 be/src/olap/rowset/segment_v2/segment.h            |   2 +-
 be/src/olap/rowset/segment_v2/segment_iterator.cpp |  12 +-
 be/src/olap/rowset/segment_v2/segment_writer.cpp   |   7 +-
 .../rowset/segment_v2/vertical_segment_writer.cpp  |   9 +-
 be/src/olap/rowset_builder.cpp                     |   6 +
 be/src/olap/schema.cpp                             |   4 +-
 be/src/olap/schema.h                               |  24 +-
 be/src/olap/single_replica_compaction.cpp          |   2 +-
 be/src/olap/tablet.cpp                             |   8 +-
 be/src/olap/tablet_manager.cpp                     |   2 +-
 be/src/olap/tablet_meta.cpp                        |   5 +-
 be/src/olap/tablet_meta.h                          |   2 +-
 be/src/olap/tablet_meta_manager.cpp                |   2 +-
 be/src/olap/tablet_schema.cpp                      | 146 +++----
 be/src/olap/tablet_schema.h                        |  56 +--
 be/src/olap/task/engine_clone_task.cpp             |   4 +-
 be/src/olap/task/engine_storage_migration_task.cpp |   2 +-
 be/src/olap/task/index_builder.cpp                 |   2 +-
 be/src/pipeline/exec/aggregation_sink_operator.cpp |   2 +-
 be/src/pipeline/exec/aggregation_sink_operator.h   |   2 +-
 be/src/pipeline/exec/analytic_sink_operator.cpp    |   2 +-
 be/src/pipeline/exec/analytic_source_operator.cpp  |  17 +-
 be/src/pipeline/exec/analytic_source_operator.h    |   6 +-
 be/src/pipeline/exec/datagen_operator.cpp          |   4 +-
 be/src/pipeline/exec/empty_source_operator.h       |   2 +-
 be/src/pipeline/exec/mysql_scan_operator.cpp       |   2 +-
 .../pipeline/exec/partition_sort_sink_operator.cpp |  16 +-
 .../pipeline/exec/partition_sort_sink_operator.h   |  17 +-
 .../exec/partition_sort_source_operator.cpp        |   8 +
 be/src/pipeline/exec/result_sink_operator.cpp      |   2 +-
 be/src/pipeline/exec/scan_operator.cpp             |  15 +-
 be/src/pipeline/exec/scan_operator.h               |   2 +-
 be/src/pipeline/exec/schema_scan_operator.cpp      |   2 +-
 be/src/pipeline/exec/union_source_operator.cpp     |   2 +-
 be/src/pipeline/exec/union_source_operator.h       |   2 +-
 be/src/pipeline/pipeline.cpp                       |   2 +-
 be/src/pipeline/pipeline_fragment_context.cpp      |  17 +-
 .../pipeline_x/pipeline_x_fragment_context.cpp     |   8 +-
 be/src/pipeline/task_scheduler.cpp                 |  12 +-
 be/src/runtime/buffer_control_block.cpp            |  11 +-
 be/src/runtime/buffer_control_block.h              |   4 +-
 be/src/runtime/fragment_mgr.cpp                    |  23 +-
 be/src/runtime/query_context.cpp                   |   3 +-
 be/src/runtime/query_context.h                     |   6 +-
 be/src/runtime/result_buffer_mgr.cpp               |   8 +-
 be/src/runtime/result_buffer_mgr.h                 |   2 +-
 be/src/runtime/runtime_query_statistics_mgr.cpp    |  81 ++--
 be/src/runtime/runtime_query_statistics_mgr.h      |   8 +-
 be/src/runtime/runtime_state.cpp                   |   4 +
 be/src/runtime/runtime_state.h                     |   1 +
 be/src/runtime/thread_context.cpp                  |   1 +
 be/src/service/internal_service.cpp                |  12 +-
 .../aggregate_functions/aggregate_function_map.h   |   4 +-
 be/src/vec/common/schema_util.cpp                  |  74 ++--
 be/src/vec/exec/scan/new_olap_scanner.cpp          |   4 +-
 be/src/vec/exec/scan/vmeta_scanner.cpp             |  22 +-
 be/src/vec/exec/scan/vmeta_scanner.h               |   1 -
 be/src/vec/exec/vaggregation_node.cpp              |  19 +-
 be/src/vec/exec/vaggregation_node.h                |   2 +-
 be/src/vec/functions/function_string.h             |  30 +-
 be/src/vec/functions/function_struct_in.h          |  32 +-
 be/src/vec/functions/like.cpp                      |   4 +-
 be/src/vec/json/path_in_data.cpp                   |   7 +-
 be/src/vec/json/path_in_data.h                     |  16 +
 be/src/vec/jsonb/serialize.cpp                     |   2 +-
 be/src/vec/olap/olap_data_convertor.cpp            |   2 +-
 be/test/http/http_client_test.cpp                  |   2 +-
 be/test/olap/delete_bitmap_calculator_test.cpp     |  34 +-
 be/test/olap/memtable_flush_executor_test.cpp      |  17 +-
 .../olap/rowset/segment_v2/zone_map_index_test.cpp |  18 +-
 be/test/olap/tablet_schema_helper.cpp              | 111 +++---
 be/test/olap/tablet_schema_helper.h                |  29 +-
 be/test/vec/exec/vgeneric_iterators_test.cpp       |  17 +-
 docs/en/docs/admin-manual/config/be-config.md      |   2 +-
 docs/en/docs/ecosystem/datax.md                    |   2 -
 docs/en/docs/ecosystem/mysql-to-doris.md           | 241 ------------
 .../query-async-materialized-view.md               |  20 +-
 .../Load/CREATE-ROUTINE-LOAD.md                    |   2 +-
 docs/sidebars.json                                 |   1 -
 docs/zh-CN/docs/admin-manual/config/be-config.md   |   2 +-
 .../ecosystem/bi-integration/apache-superset.md    |   1 +
 docs/zh-CN/docs/ecosystem/datax.md                 |   2 -
 docs/zh-CN/docs/ecosystem/mysql-to-doris.md        | 206 ----------
 .../query-async-materialized-view.md               |  16 +-
 .../Load/CREATE-ROUTINE-LOAD.md                    |   2 +-
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |  19 +-
 .../antlr4/org/apache/doris/nereids/PLParser.g4    |   9 +
 .../doris/analysis/AlterRoutineLoadStmt.java       |   2 +-
 .../org/apache/doris/analysis/ArrayLiteral.java    |   4 +-
 .../doris/analysis/CreateRoutineLoadStmt.java      |   5 +-
 .../org/apache/doris/analysis/DateLiteral.java     |  45 +++
 .../apache/doris/analysis/ListPartitionDesc.java   |  10 +-
 .../apache/doris/analysis/RangePartitionDesc.java  |   4 +
 .../org/apache/doris/analysis/SchemaTableType.java |   3 +-
 .../doris/catalog/BuiltinTableValuedFunctions.java |   4 +-
 .../main/java/org/apache/doris/catalog/Column.java |   6 +-
 .../java/org/apache/doris/catalog/SchemaTable.java |  14 +
 .../apache/doris/load/loadv2/BrokerLoadJob.java    |   6 +-
 .../java/org/apache/doris/master/MasterImpl.java   |   9 +-
 .../main/java/org/apache/doris/mtmv/MTMVCache.java |  27 +-
 .../org/apache/doris/nereids/NereidsPlanner.java   |   2 +-
 .../org/apache/doris/nereids/hint/LeadingHint.java |   2 +-
 .../doris/nereids/parser/LogicalPlanBuilder.java   |  82 ++--
 .../doris/nereids/parser/PartitionTableInfo.java   | 292 ++++++++++++++
 .../org/apache/doris/nereids/rules/RuleType.java   |   1 +
 .../rules/exploration/join/JoinCommute.java        |   5 +-
 .../join/LogicalJoinSemiJoinTranspose.java         |   7 +
 .../join/LogicalJoinSemiJoinTransposeProject.java  |   7 +
 .../mv/AbstractMaterializedViewAggregateRule.java  |  54 +--
 .../mv/AbstractMaterializedViewJoinRule.java       |  20 +-
 .../mv/AbstractMaterializedViewRule.java           | 198 +++++-----
 .../exploration/mv/MaterializationContext.java     |  76 ++--
 .../rules/OneRangePartitionEvaluator.java          | 218 ++++++-----
 .../rules/expression/rules/PartitionPruner.java    |  26 +-
 .../expression/rules/PartitionRangeExpander.java   | 122 ++++--
 .../LogicalRepeatToPhysicalRepeat.java             |   2 +-
 .../rules/rewrite/ConvertOuterJoinToAntiJoin.java  |  76 ++--
 .../rules/rewrite/PruneOlapScanPartition.java      |  21 +-
 .../mv/SelectMaterializedIndexWithAggregate.java   | 423 ++++++++-------------
 .../expressions/functions/table/ActiveBeTasks.java |  58 ---
 .../nereids/trees/expressions/literal/Literal.java |  87 ++---
 .../visitor/TableValuedFunctionVisitor.java        |   5 -
 .../apache/doris/nereids/trees/plans/PlanType.java |   4 +-
 .../trees/plans/commands/CreateTableCommand.java   |   5 +
 .../plans/commands/ShowCreateProcedureCommand.java |  78 ++++
 .../plans/commands/ShowProcedureStatusCommand.java |  76 ++++
 .../trees/plans/commands/UpdateCommand.java        |  44 ++-
 .../trees/plans/commands/info/CreateTableInfo.java | 222 ++---------
 .../commands/info/DistributionDescriptor.java      |   7 +
 .../trees/plans/visitor/CommandVisitor.java        |  10 +
 .../org/apache/doris/nereids/types/DataType.java   | 118 +++---
 .../org/apache/doris/nereids/util/JoinUtils.java   |  12 +
 .../java/org/apache/doris/nereids/util/Utils.java  |  16 +
 .../planner/BackendPartitionedSchemaScanNode.java  |  12 +-
 .../plsql/functions/DorisFunctionRegistry.java     |  46 ++-
 .../doris/plsql/functions/FunctionRegistry.java    |   6 +
 .../plsql/functions/InMemoryFunctionRegistry.java  |  20 +-
 .../apache/doris/plsql/metastore/PlsqlManager.java |   4 +
 .../doris/plsql/metastore/PlsqlMetaClient.java     |  20 +-
 .../plsql/metastore/PlsqlStoredProcedure.java      |  12 +-
 .../main/java/org/apache/doris/qe/Coordinator.java |   2 +
 .../main/java/org/apache/doris/qe/QueryState.java  |   3 +-
 .../java/org/apache/doris/qe/SessionVariable.java  |  18 +-
 .../apache/doris/statistics/AnalysisManager.java   |  48 ++-
 .../ActiveBeTasksTableValuedFunction.java          |  76 ----
 .../doris/tablefunction/TableValuedFunctionIf.java |   2 -
 .../doris/analysis/AlterRoutineLoadStmtTest.java   |   2 +-
 .../doris/datasource/RefreshCatalogTest.java       |   4 +-
 .../org/apache/doris/mysql/MysqlErrPacketTest.java |   2 +-
 .../rewrite/ConvertOuterJoinToAntiJoinTest.java    |   2 +-
 .../trees/plans/CreateTableCommandTest.java        | 131 +++++++
 gensrc/thrift/Descriptors.thrift                   |   3 +-
 gensrc/thrift/FrontendService.thrift               |   2 +
 gensrc/thrift/PaloInternalService.thrift           |   5 +
 gensrc/thrift/Types.thrift                         |   3 +-
 .../spark_connector/spark_connector_read_type.out  |   6 +
 .../export_p0/test_export_data_consistency.out     | 152 --------
 .../jdbc/test_mariadb_jdbc_catalog.out             |   1 +
 .../jdbc/test_mysql_jdbc_catalog.out               |   1 +
 .../jdbc/test_mysql_jdbc_catalog_nereids.out       |   1 +
 ...t_partial_update_column_num_fault_injection.out |  11 +
 .../data/mv_p0/test_mv_dp/test_mv_dp.out           |   5 +
 .../data/nereids_hint_tpcds_p0/shape/query24.out   |   4 +-
 .../data/nereids_hint_tpcds_p0/shape/query72.out   |  11 +-
 .../data/nereids_hint_tpch_p0/shape/q1.out         |   4 +-
 .../data/nereids_hint_tpch_p0/shape/q10.out        |  39 +-
 .../data/nereids_hint_tpch_p0/shape/q11.out        |  64 ++--
 .../data/nereids_hint_tpch_p0/shape/q12.out        |  11 +-
 .../data/nereids_hint_tpch_p0/shape/q13.out        |  15 +-
 .../data/nereids_hint_tpch_p0/shape/q14.out        |  11 +-
 .../data/nereids_hint_tpch_p0/shape/q15.out        |  41 +-
 .../data/nereids_hint_tpch_p0/shape/q16.out        |  26 --
 .../data/nereids_hint_tpch_p0/shape/q17.out        |  17 +-
 .../data/nereids_hint_tpch_p0/shape/q18.out        |  26 --
 .../data/nereids_hint_tpch_p0/shape/q19.out        |  16 +-
 .../data/nereids_hint_tpch_p0/shape/q2.out         |  39 --
 .../data/nereids_hint_tpch_p0/shape/q20.out        |  34 --
 .../data/nereids_hint_tpch_p0/shape/q21.out        |  34 --
 .../data/nereids_hint_tpch_p0/shape/q22.out        |  28 --
 .../data/nereids_hint_tpch_p0/shape/q3.out         |  38 +-
 .../data/nereids_hint_tpch_p0/shape/q4.out         |  11 +-
 .../data/nereids_hint_tpch_p0/shape/q5.out         |  53 ++-
 .../data/nereids_hint_tpch_p0/shape/q6.out         |   2 +-
 .../data/nereids_hint_tpch_p0/shape/q7.out         |  65 ++--
 .../data/nereids_hint_tpch_p0/shape/q8.out         |  65 ++--
 .../data/nereids_hint_tpch_p0/shape/q9.out         |  53 +--
 .../data/nereids_p0/hint/test_leading.out          |  84 ++--
 .../test_auto_partition_behavior.out               |  15 -
 .../data/query_p0/aggregate/map_agg.out            |   3 +
 .../data/update/test_unique_table_update.out       |  26 ++
 regression-test/data/update/test_update_mow.out    |  15 +
 .../data/variant_p0/with_index/bloom_filter.out    |   9 +
 regression-test/framework/pom.xml                  |  89 ++---
 .../apache/doris/regression/RegressionTest.groovy  |  10 +
 .../doris/regression/suite/ScriptSource.groovy     |   2 +-
 .../org/apache/doris/regression/suite/Suite.groovy |  11 +
 .../apache/doris/regression/util/DataUtils.groovy  |   2 +-
 regression-test/pipeline/p0/conf/fe.conf           |   2 -
 .../spark_connector_read_type.groovy               | 109 ++++++
 .../ddl_p0/unique_aggregate_key_hash_check.groovy  |  66 ++++
 .../export_p0/test_export_data_consistency.groovy  |  33 +-
 .../hive/test_hive_partition_column_analyze.groovy | 276 +++++++-------
 ...artial_update_column_num_fault_injection.groovy |  51 +++
 .../test_rowset_writer_fault.groovy                |   2 +-
 .../http_rest_api/post/test_query_stmt.groovy      |   2 +-
 .../test_group_commit_data_bytes_property.groovy   |   2 +-
 .../test_group_commit_interval_ms_property.groovy  |   2 +-
 .../suites/mv_p0/test_mv_dp/test_mv_dp.groovy      |  71 ++++
 .../suites/nereids_hint_tpch_p0/load.groovy        | 223 +++++++++++
 .../suites/nereids_hint_tpch_p0/shape/q10.groovy   |  71 ++++
 .../suites/nereids_hint_tpch_p0/shape/q11.groovy   |  67 ++++
 .../suites/nereids_hint_tpch_p0/shape/q12.groovy   |  67 ++++
 .../suites/nereids_hint_tpch_p0/shape/q13.groovy   |  56 +++
 .../suites/nereids_hint_tpch_p0/shape/q14.groovy   |  49 +++
 .../suites/nereids_hint_tpch_p0/shape/q15.groovy   |  60 +++
 .../suites/nereids_hint_tpch_p0/shape/q17.groovy   |  58 +++
 .../suites/nereids_hint_tpch_p0/shape/q19.groovy   |  76 ++++
 .../suites/nereids_hint_tpch_p0/shape/q3.groovy    |  66 ++++
 .../suites/nereids_hint_tpch_p0/shape/q4.groovy    |  62 +++
 .../suites/nereids_hint_tpch_p0/shape/q5.groovy    |  59 +++
 .../suites/nereids_hint_tpch_p0/shape/q7.groovy    |  74 ++++
 .../suites/nereids_hint_tpch_p0/shape/q8.groovy    |  78 ++++
 .../suites/nereids_hint_tpch_p0/shape/q9.groovy    |  68 ++++
 .../test_grouping_sets_combination.groovy          |  20 -
 .../agg_with_roll_up/aggregate_with_roll_up.groovy |   4 +-
 .../mv/dimension/dimension_1.groovy                |   8 +-
 .../mv/dimension/dimension_2_4.groovy              |   4 +-
 .../transform_outer_join_to_anti.groovy            |  20 +
 .../test_auto_partition_behavior.groovy            |  11 +-
 .../suites/query_p0/aggregate/map_agg.groovy       |  45 ++-
 .../meta_scan/test_backend_active_tasks.groovy     |  43 +++
 .../schema_change_p0/test_schema_change_agg.groovy |   6 +-
 .../suites/statistics/test_analyze_mv.groovy       |  10 +-
 .../suites/update/test_unique_table_update.groovy  |  84 ++++
 .../suites/update/test_update_mow.groovy           |  32 ++
 .../suites/variant_github_events_p0/load.groovy    |   2 +-
 .../variant_p0/with_index/bloom_filter.groovy      |  44 +++
 265 files changed, 4960 insertions(+), 3141 deletions(-)
 create mode 100644 be/src/exec/schema_scanner/schema_backend_active_tasks.cpp
 copy be/src/{pipeline/exec/mysql_scan_operator.cpp => 
exec/schema_scanner/schema_backend_active_tasks.h} (50%)
 delete mode 100644 docs/en/docs/ecosystem/mysql-to-doris.md
 delete mode 100644 docs/zh-CN/docs/ecosystem/mysql-to-doris.md
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/parser/PartitionTableInfo.java
 delete mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/table/ActiveBeTasks.java
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowCreateProcedureCommand.java
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowProcedureStatusCommand.java
 delete mode 100644 
fe/fe-core/src/main/java/org/apache/doris/tablefunction/ActiveBeTasksTableValuedFunction.java
 create mode 100644 
regression-test/data/connector_p0/spark_connector/spark_connector_read_type.out
 create mode 100644 
regression-test/data/fault_injection_p0/test_partial_update_column_num_fault_injection.out
 create mode 100644 regression-test/data/mv_p0/test_mv_dp/test_mv_dp.out
 delete mode 100644 regression-test/data/nereids_hint_tpch_p0/shape/q16.out
 delete mode 100644 regression-test/data/nereids_hint_tpch_p0/shape/q18.out
 delete mode 100644 regression-test/data/nereids_hint_tpch_p0/shape/q2.out
 delete mode 100644 regression-test/data/nereids_hint_tpch_p0/shape/q20.out
 delete mode 100644 regression-test/data/nereids_hint_tpch_p0/shape/q21.out
 delete mode 100644 regression-test/data/nereids_hint_tpch_p0/shape/q22.out
 create mode 100644 regression-test/data/update/test_unique_table_update.out
 create mode 100644 regression-test/data/variant_p0/with_index/bloom_filter.out
 create mode 100644 
regression-test/suites/connector_p0/spark_connector/spark_connector_read_type.groovy
 create mode 100644 
regression-test/suites/ddl_p0/unique_aggregate_key_hash_check.groovy
 create mode 100644 
regression-test/suites/fault_injection_p0/test_partial_update_column_num_fault_injection.groovy
 create mode 100644 regression-test/suites/mv_p0/test_mv_dp/test_mv_dp.groovy
 create mode 100644 regression-test/suites/nereids_hint_tpch_p0/load.groovy
 create mode 100644 regression-test/suites/nereids_hint_tpch_p0/shape/q10.groovy
 create mode 100644 regression-test/suites/nereids_hint_tpch_p0/shape/q11.groovy
 create mode 100644 regression-test/suites/nereids_hint_tpch_p0/shape/q12.groovy
 create mode 100644 regression-test/suites/nereids_hint_tpch_p0/shape/q13.groovy
 create mode 100644 regression-test/suites/nereids_hint_tpch_p0/shape/q14.groovy
 create mode 100644 regression-test/suites/nereids_hint_tpch_p0/shape/q15.groovy
 create mode 100644 regression-test/suites/nereids_hint_tpch_p0/shape/q17.groovy
 create mode 100644 regression-test/suites/nereids_hint_tpch_p0/shape/q19.groovy
 create mode 100644 regression-test/suites/nereids_hint_tpch_p0/shape/q3.groovy
 create mode 100644 regression-test/suites/nereids_hint_tpch_p0/shape/q4.groovy
 create mode 100644 regression-test/suites/nereids_hint_tpch_p0/shape/q5.groovy
 create mode 100644 regression-test/suites/nereids_hint_tpch_p0/shape/q7.groovy
 create mode 100644 regression-test/suites/nereids_hint_tpch_p0/shape/q8.groovy
 create mode 100644 regression-test/suites/nereids_hint_tpch_p0/shape/q9.groovy
 create mode 100644 
regression-test/suites/query_p0/meta_scan/test_backend_active_tasks.groovy
 create mode 100644 
regression-test/suites/update/test_unique_table_update.groovy
 create mode 100644 
regression-test/suites/variant_p0/with_index/bloom_filter.groovy


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

Reply via email to