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

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


    from 07e3e9f448d [fix](cloud) fix alter consume offset can not work in 
cloud mode (#39159)
     new af6c4ace485 [fix](paimon) fix not able to read paimon data from hdfs 
with HA (#39806)
     new b998365ad16 [fix](agg function) incorrect result of map agg (#39743)
     new 03f21ea5756 [fix](hudi) fix hudi count bug (#39656)
     new 6a2f0160284 [fix](Nereids) should push project through limit after 
eliminate union node (#39640)
     new 2f5b4b36e14 [fix](planner) binary predicate result should compare with 
0 (#39474)
     new 439c2fd1efa [Refactor](Prepared Statement) remove implementation in 
legacy planner (#39465)
     new 285068f5bc6 [fix](mtmv) use name instead of id in meta of MTMV (#39355)
     new 3d210d0d85a [BUG] fix partition storage policy info lost (#38700)
     new ccd6809b2a7 [fix](binlog) Fix NPE when recover binlogs (#39909)
     new f9892bd3d39 [enhancement](thrift) add value number to thrift 
definition for enum type (#39880)
     new ec519909016 [fix](paimon) fix crash when enable cache with paimon 
deletion vector (#39877)
     new 983522ecd42 [chore](dependencies)upgrade spring to 5.3.39 (#39863)
     new 91a80ce0599 [Fix]Reset io limit default value (#39842)
     new f4675881466 [fix](cloud) should do before commit check in cloud mode 
(#39775)
     new 3121ea3dd7e [fix](ctas) fix NPE when ctas with old planner and varchar 
issue (#39744)
     new d3b1477edc9 [fix](cancel) Fix incorrect cancel  (#39737)
     new 2129943580e [Fix](Variant) fix element_at should return nullable if 
result type is nullable (#39732)
     new c3392113594 [fix](restore) Reset the db name of the materialized index 
stmt (#39710)
     new 00b065dc24c [fix](hive) report error with escape char and null format 
(#39700)
     new a2552c82544 [fix](fe) LIST partition table support modify default 
bucket num (#39696)
     new 5d7a02af780 [Enhancement](FE) Make scheduler aware of interval changes 
immediately (#39695)
     new 2511ea0d6e2 [fix](multi-catalog)fix max compute array and map type 
read offset (#39680)
     new 3f2a5145a35 [Fix](Variant) casting to decimal type may lost precision 
and scale when _normalize_predicate (#39650)
     new d9d63c692b4 [bugfix](iceberg)Restrictions on creating a database 
(#39641)
     new 1c43ee70c29 [enhancement](Load)allow load data to the other partitions 
when some partitions are restoring (#39595)
     new 4915f3eb574 [Fix](test)Insert job test occasionally fails (#39591)
     new 2868ad45d01 [fix](jdbc catalog) Fix Memory Leak by Enabling Weak 
References in HikariCP (#39582)
     new 28ed9ac453f [Enhancement](http)Add http authentication to all API 
interfaces under be 8040. (#39577)
     new 54f739ce1b4 [bugfix](iceberg)clear block for partition values (#39569)
     new 11820aaf4da [bugfix](core) runtime state is destroyed when spill task 
is run (#39566)
     new e6cdbaa08e9  [improvement](mtmv) Only Generate rewritten plan when 
generate mv plan for performance (#39541)
     new d7c1424e0f0 [fix](compile) skip build Cloud on ARM platform (#39508)
     new 219dc5654f5 [enhencement](hive-catalog) add 
`hive.recursive_directories_table` and `hive.ignore_absent_partitions` configs 
for HiveCatalog (#39494)
     new ee7786a7cd3 [improvement](query) prefer to chose tablet on alive disk 
(#39467)
     new 45f6a51d8bb [fix](catalog) remove backend in black list from candidate 
backends for external table (#38984) (#39451)
     new ffd8931cfe0 [Enhancement](partition) Forbid create table with null 
partition item which relative column is not null (#39449)
     new 591bdb56ec8 [enhancement](compression) prints the specific exception 
when ZSTD compress fails (#39433)
     new 314a87dd27f [regression test](jdbc catalog) Enable 
CLICKHOUSE_ALWAYS_RUN_INITDB_SCRIPTS for clickhouse docker (#39425)
     new bd6912b2731 [improvement](jdbc catalog) Force all resources to be 
closed in the close method (#39423)
     new 61542cdbd78 [fix](fe-log) add position info in async mode (#39419)
     new 637e124f0fd [refine](pipeline) refine some some operator close 
function (#39397)
     new 865ef8d7389 [bugfix](external)add check of engine and catalog types 
(#39343)
     new eb298c24c6f [fix](catalog) gen partition id by name (#39325)
     new 2135ea5bc87 [fix](mv) Fix test create table like test unstable (#39305)
     new 6eb39b9c749 [enhance](Cooldown) Add metric to trace cooldown task and 
unused remote files caused by failed upload and cold compaction (#39293)
     new b889848ac2b [test](move-memtable) add more fault injection cases for 
writer v2 (#39169)
     new 9288c8fafb8 [feature](docker) add disaggregated doris docker image 
content (#39093)
     new 74e831d5756 [feature] (expr)  support expression IS [NOT] TURE/FALSE 
(#38623)
     new 1d8073baa1e [refine](bits) refine bytes_mask_to_bits_mask code (#38360)

The 49 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/agent/task_worker_pool.cpp                  |   19 +-
 be/src/cloud/cloud_compaction_action.cpp           |    6 +-
 be/src/cloud/cloud_compaction_action.h             |    2 +-
 be/src/http/action/adjust_log_level.h              |    7 +-
 be/src/http/action/adjust_tracing_dump.h           |    7 +-
 be/src/http/action/be_proc_thread_action.h         |    7 +-
 be/src/http/action/clear_cache_action.h            |    7 +-
 be/src/http/action/compaction_action.cpp           |    6 +-
 be/src/http/action/compaction_action.h             |    2 +-
 be/src/http/action/config_action.cpp               |    6 +-
 be/src/http/action/config_action.h                 |    9 +-
 be/src/http/action/download_action.cpp             |    4 +-
 be/src/http/action/download_action.h               |    4 +-
 be/src/http/action/download_binlog_action.cpp      |    4 +-
 be/src/http/action/download_binlog_action.h        |    5 +-
 be/src/http/action/file_cache_action.h             |    6 +-
 be/src/http/action/health_action.cpp               |    2 -
 be/src/http/action/health_action.h                 |    7 +-
 be/src/http/action/jeprofile_actions.cpp           |    8 +-
 be/src/http/action/load_stream_action.h            |    5 +-
 be/src/http/action/pipeline_task_action.h          |   15 +-
 be/src/http/action/pprof_actions.cpp               |   55 +-
 be/src/http/action/reset_rpc_channel_action.cpp    |    1 -
 be/src/http/action/show_hotspot_action.h           |    7 +-
 be/src/http/action/shrink_mem_action.h             |    5 +-
 be/src/http/http_handler_with_auth.cpp             |   13 +-
 be/src/http/http_handler_with_auth.h               |    7 +-
 be/src/http/web_page_handler.cpp                   |    3 +-
 be/src/http/web_page_handler.h                     |    5 +-
 be/src/olap/data_dir.cpp                           |    1 +
 be/src/olap/iterators.h                            |    2 +-
 be/src/olap/rowset/rowset_reader_context.h         |    2 +-
 be/src/olap/rowset/segment_v2/segment_iterator.cpp |   32 +-
 be/src/olap/tablet.cpp                             |   14 +-
 be/src/olap/tablet.h                               |    7 +
 be/src/olap/tablet_reader.cpp                      |    3 +-
 be/src/olap/tablet_reader.h                        |    2 +-
 be/src/pipeline/dependency.h                       |    1 -
 be/src/pipeline/exec/aggregation_sink_operator.cpp |    5 +-
 be/src/pipeline/exec/aggregation_sink_operator.h   |    1 +
 .../pipeline/exec/aggregation_source_operator.cpp  |    2 +-
 be/src/pipeline/exec/analytic_source_operator.cpp  |    4 +-
 be/src/pipeline/exec/file_scan_operator.cpp        |    1 +
 be/src/pipeline/exec/hashjoin_build_sink.cpp       |    2 +-
 be/src/pipeline/exec/hashjoin_probe_operator.cpp   |    6 +-
 be/src/pipeline/exec/hive_table_sink_operator.cpp  |   15 +-
 be/src/pipeline/exec/hive_table_sink_operator.h    |    4 -
 .../pipeline/exec/iceberg_table_sink_operator.cpp  |   15 +-
 be/src/pipeline/exec/iceberg_table_sink_operator.h |    5 -
 .../exec/nested_loop_join_build_operator.cpp       |    2 +-
 be/src/pipeline/exec/olap_table_sink_operator.cpp  |   37 -
 be/src/pipeline/exec/olap_table_sink_operator.h    |    4 -
 .../pipeline/exec/olap_table_sink_v2_operator.cpp  |   37 -
 be/src/pipeline/exec/olap_table_sink_v2_operator.h |    4 -
 .../pipeline/exec/partition_sort_sink_operator.cpp |    4 +-
 .../pipeline/exec/partition_sort_sink_operator.h   |    4 +-
 .../exec/partition_sort_source_operator.cpp        |    2 +-
 .../partitioned_aggregation_source_operator.cpp    |    6 +-
 be/src/pipeline/exec/result_file_sink_operator.cpp |    2 +-
 be/src/pipeline/exec/scan_operator.cpp             |   38 +-
 be/src/pipeline/exec/scan_operator.h               |    5 +-
 be/src/pipeline/exec/spill_utils.h                 |   11 +-
 be/src/runtime/fragment_mgr.cpp                    |    6 +-
 be/src/runtime/workload_management/io_throttle.h   |    2 +-
 be/src/service/doris_main.cpp                      |    2 +
 be/src/service/http_service.cpp                    |   37 +-
 be/src/util/block_compression.cpp                  |    4 +
 be/src/util/simd/bits.h                            |   80 +-
 .../aggregate_functions/aggregate_function_map.h   |   15 +-
 be/src/vec/columns/column_decimal.cpp              |   37 +-
 be/src/vec/columns/column_vector.cpp               |   38 +-
 be/src/vec/columns/columns_common.cpp              |   37 +-
 be/src/vec/exec/format/table/iceberg_reader.cpp    |    6 +-
 be/src/vec/exec/format/table/iceberg_reader.h      |    2 +-
 be/src/vec/exec/format/table/paimon_jni_reader.cpp |    8 +-
 be/src/vec/exec/format/table/paimon_jni_reader.h   |    1 +
 be/src/vec/exec/format/table/paimon_reader.cpp     |    5 +-
 be/src/vec/exec/format/table/paimon_reader.h       |    2 +-
 be/src/vec/exec/format/table/table_format_reader.h |    2 +-
 .../format/table/transactional_hive_reader.cpp     |    3 +-
 .../exec/format/table/transactional_hive_reader.h  |    2 +-
 be/src/vec/exec/scan/vfile_scanner.cpp             |    6 +-
 be/src/vec/functions/function_variant_element.cpp  |   24 +-
 .../sink/writer/iceberg/viceberg_table_writer.cpp  |    1 +
 be/src/vec/sink/writer/vtablet_writer_v2.cpp       |   15 +-
 be/test/http/http_client_test.cpp                  |  200 ++++
 be/test/testutil/run_all_tests.cpp                 |   11 +-
 build.sh                                           |    6 +
 .../runtime/be/resource/amd64/x64_package_is_here  |   23 +
 .../be/resource/arm64/arm64_package_is_here        |   23 +
 .../be/resource/be_disaggregated_entrypoint.sh     |  185 ++++
 .../be/resource/be_disaggregated_prestop.sh        |   23 +
 .../runtime/be/resource/be_disaggregated_probe.sh  |   64 ++
 .../broker/resource/amd64/x64_package_is_here      |   23 +
 .../broker/resource/arm64/arm64_package_is_here    |   23 +
 .../runtime/fe/resource/amd64/x64_package_is_here  |   23 +
 .../fe/resource/arm64/arm64_package_is_here        |   23 +
 .../fe/resource/fe_disaggregated_entrypoint.sh     |  207 ++++
 .../fe/resource/fe_disaggregated_prestop.sh        |   23 +
 .../runtime/fe/resource/fe_disaggregated_probe.sh  |   64 ++
 docker/runtime/ms/Dockerfile                       |   57 +
 .../runtime/ms/resource/amd64/x64_package_is_here  |   23 +
 .../ms/resource/arm64/arm64_package_is_here        |   23 +
 .../ms/resource/ms_disaggregated_entrypoint.sh     |   44 +
 .../ms/resource/ms_disaggregated_prestop.sh        |   24 +
 .../runtime/ms/resource/ms_disaggregated_probe.sh  |   62 ++
 .../docker-compose/clickhouse/clickhouse.yaml.tpl  |    1 +
 .../hive_config_test/create_table.hql              |   31 +
 .../data/multi_catalog/hive_config_test/run.sh     |   14 +
 .../regression/serde_prop/some_serde_table.hql     |   27 +
 .../org/apache/doris/jdbc/BaseJdbcExecutor.java    |   30 +-
 .../java/org/apache/doris/jdbc/JdbcDataSource.java |    6 +-
 .../org/apache/doris/jdbc/MySQLJdbcExecutor.java   |    4 +-
 .../apache/doris/jdbc/SQLServerJdbcExecutor.java   |    4 +-
 .../doris/maxcompute/MaxComputeColumnValue.java    |   22 +-
 .../org/apache/doris/paimon/PaimonJniScanner.java  |   13 +-
 .../org/apache/doris/paimon/PaimonTableCache.java  |   22 +-
 .../main/java/org/apache/doris/common/Config.java  |   14 +-
 .../java/org/apache/doris/common/ConfigBase.java   |    4 +
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |    1 +
 fe/fe-core/src/main/cup/sql_parser.cup             |   38 +-
 .../main/java/org/apache/doris/alter/Alter.java    |   18 +-
 .../apache/doris/alter/SchemaChangeHandler.java    |    5 -
 .../java/org/apache/doris/analysis/Analyzer.java   |   11 -
 .../org/apache/doris/analysis/BinaryPredicate.java |   10 +-
 .../org/apache/doris/analysis/ExecuteStmt.java     |   62 --
 .../org/apache/doris/analysis/PrepareStmt.java     |  292 -----
 .../java/org/apache/doris/backup/BackupJob.java    |    4 +-
 .../java/org/apache/doris/backup/RestoreJob.java   |    3 +-
 .../java/org/apache/doris/catalog/DiskInfo.java    |    4 +
 .../main/java/org/apache/doris/catalog/Env.java    |   41 +-
 .../main/java/org/apache/doris/catalog/MTMV.java   |   25 +-
 .../doris/catalog/MaterializedIndexMeta.java       |    9 +-
 .../java/org/apache/doris/catalog/OlapTable.java   |    8 +-
 .../main/java/org/apache/doris/catalog/Tablet.java |   28 +-
 .../transaction/CloudGlobalTransactionMgr.java     |    8 +
 .../java/org/apache/doris/common/Log4jConfig.java  |    9 +-
 .../apache/doris/datasource/InternalCatalog.java   |  135 ++-
 .../doris/datasource/hive/HiveMetaStoreCache.java  |   22 +-
 .../doris/datasource/hive/source/HiveScanNode.java |   20 +
 .../iceberg/IcebergGlueExternalCatalog.java        |    2 +-
 .../iceberg/IcebergHMSExternalCatalog.java         |    2 +-
 .../iceberg/IcebergHadoopExternalCatalog.java      |    2 +-
 .../datasource/iceberg/IcebergMetadataOps.java     |    5 +
 .../iceberg/IcebergRestExternalCatalog.java        |    2 +-
 .../datasource/paimon/source/PaimonScanNode.java   |    2 +
 .../org/apache/doris/event/DataChangeEvent.java    |    4 +-
 .../org/apache/doris/event/DropPartitionEvent.java |    4 +-
 .../apache/doris/event/ReplacePartitionEvent.java  |    4 +-
 .../java/org/apache/doris/event/TableEvent.java    |   32 +-
 .../apache/doris/httpv2/rest/SetConfigAction.java  |    3 +-
 .../org/apache/doris/load/BrokerFileGroup.java     |   12 +-
 .../doris/load/routineload/RoutineLoadJob.java     |    3 -
 .../org/apache/doris/master/ReportHandler.java     |   29 +-
 .../java/org/apache/doris/mtmv/BaseTableInfo.java  |   94 +-
 .../main/java/org/apache/doris/mtmv/MTMVCache.java |   13 +-
 .../org/apache/doris/mtmv/MTMVHookService.java     |    2 +-
 .../java/org/apache/doris/mtmv/MTMVJobManager.java |    2 +-
 .../org/apache/doris/mtmv/MTMVPartitionInfo.java   |    8 +
 .../org/apache/doris/mtmv/MTMVPartitionUtil.java   |    6 +-
 .../doris/mtmv/MTMVRefreshPartitionSnapshot.java   |   59 +-
 .../org/apache/doris/mtmv/MTMVRefreshSnapshot.java |   15 +-
 .../java/org/apache/doris/mtmv/MTMVRelation.java   |   18 +
 .../org/apache/doris/mtmv/MTMVRelationManager.java |   17 +-
 .../java/org/apache/doris/mtmv/MTMVService.java    |   19 +-
 .../main/java/org/apache/doris/mtmv/MTMVUtil.java  |   33 +-
 .../doris/nereids/jobs/executor/Rewriter.java      |   13 +-
 .../doris/nereids/parser/LogicalPlanBuilder.java   |    9 +
 .../rules/implementation/AggregateStrategies.java  |    7 +-
 .../trees/plans/commands/CreateTableCommand.java   |   24 +-
 .../plans/commands/info/AlterMTMVRenameInfo.java   |    2 +-
 .../plans/commands/info/AlterMTMVReplaceInfo.java  |    4 +-
 .../trees/plans/commands/info/CreateTableInfo.java |   22 +-
 .../trees/plans/visitor/TableCollector.java        |    2 +-
 .../apache/doris/persist/DropPartitionInfo.java    |    4 +-
 .../org/apache/doris/planner/OlapScanNode.java     |   58 +-
 .../org/apache/doris/planner/OriginalPlanner.java  |   20 +-
 .../java/org/apache/doris/qe/ConnectContext.java   |   15 +-
 .../java/org/apache/doris/qe/ConnectProcessor.java |   12 +-
 .../main/java/org/apache/doris/qe/Coordinator.java |    6 -
 .../org/apache/doris/qe/MysqlConnectProcessor.java |   96 +-
 .../java/org/apache/doris/qe/PointQueryExec.java   |  386 -------
 .../org/apache/doris/qe/PrepareStmtContext.java    |   54 -
 .../java/org/apache/doris/qe/StmtExecutor.java     |  128 +--
 .../org/apache/doris/system/BeSelectionPolicy.java |    6 +
 .../org/apache/doris/system/SystemInfoService.java |    2 +-
 .../doris/transaction/DatabaseTransactionMgr.java  |   22 +-
 .../apache/doris/transaction/TransactionState.java |    4 +
 .../java/org/apache/doris/alter/AlterTest.java     |   18 +
 .../org/apache/doris/catalog/CreateTableTest.java  |   29 +-
 .../org/apache/doris/catalog/QueryTabletTest.java  |   84 ++
 .../apache/doris/datasource/CatalogMgrTest.java    |    2 +-
 .../datasource/hive/HiveDDLAndDMLPlanTest.java     |    2 +-
 .../apache/doris/mtmv/MTMVPartitionUtilTest.java   |    4 +-
 .../apache/doris/mtmv/MTMVRefreshSnapshotTest.java |   54 +-
 .../apache/doris/mtmv/MTMVRelationManagerTest.java |   77 +-
 .../trees/expressions/ExpressionParserTest.java    |   18 +
 .../trees/plans/CreateTableCommandTest.java        |   49 +-
 .../doris/planner/ListPartitionPrunerV2Test.java   |   12 +-
 .../apache/doris/system/SystemInfoServiceTest.java |    2 +
 .../apache/doris/utframe/MockedBackendFactory.java |   31 +
 fe/pom.xml                                         |    8 +
 gensrc/thrift/AgentService.thrift                  |    2 +-
 gensrc/thrift/BackendService.thrift                |   28 +-
 gensrc/thrift/Descriptors.thrift                   |  137 +--
 gensrc/thrift/PaloInternalService.thrift           |    4 +-
 gensrc/thrift/PlanNodes.thrift                     |    1 +
 .../data/alter_p1/test_alter_modify_bucket.out     |    6 +
 .../external_table_p0/hive/hive_config_test.out    |   33 +
 ...test_iceberg_overwrite_with_wrong_partition.out |   23 +
 .../jdbc/test_mysql_jdbc_catalog.out               |   18 +
 .../mc/test_max_compute_complex_type.out           |    4 +-
 .../paimon/test_paimon_catalog.out                 | 1158 ++++++++++++++++++++
 regression-test/data/mtmv_p0/test_hive_mtmv.out    |   26 +-
 .../sql/test_compare_expression.out                |   18 +
 .../data/query_p0/aggregate/map_agg.out            |    5 +
 .../element_function.out}                          |    0
 .../data/variant_p0/sql/implicit_cast.out          |   12 +
 .../data/variant_p0/variant_with_rowstore.out      |    2 +-
 .../org/apache/doris/regression/suite/Suite.groovy |   33 +
 .../alter_p1/test_alter_modify_bucket.groovy       |   86 ++
 .../backup_restore/test_backup_restore_mv.groovy   |  126 +++
 .../ddl_p0/test_create_table_like_nereids.groovy   |    3 +
 .../hive/ddl/test_hive_ddl.groovy                  |   19 +
 .../external_table_p0/hive/hive_config_test.groovy |  124 +++
 .../hive/test_hive_serde_prop.groovy               |   18 +
 .../iceberg/test_iceberg_show_create.groovy        |   56 +-
 .../test_iceberg_create_table.groovy}              |   43 +-
 ...t_iceberg_overwrite_with_wrong_partition.groovy |   84 ++
 .../jdbc/test_mysql_jdbc_catalog.groovy            |   25 +
 .../mc/test_max_compute_complex_type.groovy        |  127 +++
 .../paimon/test_paimon_catalog.groovy              |    9 +-
 .../test_writer_v2_fault_injection.groovy          |    6 +
 .../suites/job_p0/test_base_insert_job.groovy      |    2 -
 .../suites/mtmv_p0/test_hive_mtmv.groovy           |   18 +-
 .../union/push_limit_with_eliminate_union.groovy   |    9 +-
 .../sql/test_compare_expression.sql                |    6 +
 .../suites/partition_p0/test_null_partition.groovy |   83 ++
 .../suites/point_query_p0/test_point_query.groovy  |    5 +-
 .../suites/query_p0/aggregate/map_agg.groovy       |   31 +
 .../suites/variant_p0/element_function.groovy      |   30 +-
 .../suites/variant_p0/sql/implicit_cast.sql        |    4 +-
 .../suites/variant_p0/variant_with_rowstore.groovy |    6 +-
 243 files changed, 5089 insertions(+), 1967 deletions(-)
 delete mode 100644 be/src/pipeline/exec/olap_table_sink_operator.cpp
 delete mode 100644 be/src/pipeline/exec/olap_table_sink_v2_operator.cpp
 create mode 100644 docker/runtime/be/resource/amd64/x64_package_is_here
 create mode 100644 docker/runtime/be/resource/arm64/arm64_package_is_here
 create mode 100755 docker/runtime/be/resource/be_disaggregated_entrypoint.sh
 create mode 100755 docker/runtime/be/resource/be_disaggregated_prestop.sh
 create mode 100755 docker/runtime/be/resource/be_disaggregated_probe.sh
 create mode 100644 docker/runtime/broker/resource/amd64/x64_package_is_here
 create mode 100644 docker/runtime/broker/resource/arm64/arm64_package_is_here
 create mode 100644 docker/runtime/fe/resource/amd64/x64_package_is_here
 create mode 100644 docker/runtime/fe/resource/arm64/arm64_package_is_here
 create mode 100755 docker/runtime/fe/resource/fe_disaggregated_entrypoint.sh
 create mode 100755 docker/runtime/fe/resource/fe_disaggregated_prestop.sh
 create mode 100755 docker/runtime/fe/resource/fe_disaggregated_probe.sh
 create mode 100644 docker/runtime/ms/Dockerfile
 create mode 100644 docker/runtime/ms/resource/amd64/x64_package_is_here
 create mode 100644 docker/runtime/ms/resource/arm64/arm64_package_is_here
 create mode 100755 docker/runtime/ms/resource/ms_disaggregated_entrypoint.sh
 create mode 100755 docker/runtime/ms/resource/ms_disaggregated_prestop.sh
 create mode 100755 docker/runtime/ms/resource/ms_disaggregated_probe.sh
 create mode 100644 
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/hive_config_test/create_table.hql
 create mode 100755 
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/hive_config_test/run.sh
 delete mode 100644 
fe/fe-core/src/main/java/org/apache/doris/analysis/ExecuteStmt.java
 delete mode 100644 
fe/fe-core/src/main/java/org/apache/doris/analysis/PrepareStmt.java
 delete mode 100644 
fe/fe-core/src/main/java/org/apache/doris/qe/PointQueryExec.java
 delete mode 100644 
fe/fe-core/src/main/java/org/apache/doris/qe/PrepareStmtContext.java
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/catalog/QueryTabletTest.java
 create mode 100644 regression-test/data/alter_p1/test_alter_modify_bucket.out
 create mode 100644 
regression-test/data/external_table_p0/hive/hive_config_test.out
 create mode 100644 
regression-test/data/external_table_p0/iceberg/write/test_iceberg_overwrite_with_wrong_partition.out
 copy regression-test/data/{correctness/test_crossjoin_inlineview_slot.out => 
variant_p0/element_function.out} (100%)
 create mode 100644 
regression-test/suites/alter_p1/test_alter_modify_bucket.groovy
 create mode 100644 
regression-test/suites/backup_restore/test_backup_restore_mv.groovy
 create mode 100644 
regression-test/suites/external_table_p0/hive/hive_config_test.groovy
 copy 
regression-test/suites/external_table_p0/iceberg/{test_iceberg_show_create.groovy
 => write/test_iceberg_create_table.groovy} (61%)
 create mode 100644 
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_overwrite_with_wrong_partition.groovy
 copy fe/fe-core/src/main/java/org/apache/doris/event/DataChangeEvent.java => 
regression-test/suites/nereids_p0/union/push_limit_with_eliminate_union.groovy 
(78%)
 create mode 100644 
regression-test/suites/partition_p0/test_null_partition.groovy
 copy be/src/http/action/adjust_tracing_dump.h => 
regression-test/suites/variant_p0/element_function.groovy (58%)


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

Reply via email to