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

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


    from 4137e66fdd6 [fix](broker) fix fd always timeout (#48494)
     add 8b563d6ec11 branch-2.1: [test](mtmv)add create partition and partition 
scrolling #42402 (#44797)
     add 4134db5ee30 branch-2.1: [enhancement](nereids)remove dependence on old 
CreateTableStmt for CreateTableLikeCommand #48007 (#48528)
     add 909dfbea4ca branch-2.1: [fix](p2) fix the failed of 
cold_heat_separation_p2 #48199 (#48517)
     add 1668d9ddc61 [fix](ci) adjust thirdparth download url (#48552)
     add 0fbde7f3cd7 Merge branch 'branch-2.1' into auto-pick-48494-branch-2.1

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-extension.yml              |   2 +-
 .../trees/plans/commands/CreateTableCommand.java   |   4 +
 .../plans/commands/CreateTableLikeCommand.java     |  72 +++++-
 .../trees/plans/commands/info/CreateTableInfo.java |  15 ++
 .../add_drop_partition.groovy                      |  18 +-
 .../add_drop_partition_by_hdfs.groovy              |  16 +-
 .../create_table_use_dynamic_partition.groovy      |  16 +-
 ...eate_table_use_dynamic_partition_by_hdfs.groovy |  14 +-
 .../create_table_use_partition_policy.groovy       |  28 +--
 ...reate_table_use_partition_policy_by_hdfs.groovy |  28 +--
 .../create_table_use_policy.groovy                 |  20 +-
 .../create_table_use_policy_by_hdfs.groovy         |  24 +-
 .../load_colddata_to_hdfs.groovy                   |  12 +-
 .../modify_replica_use_partition.groovy            |  44 ++--
 .../modify_replica_use_partition_by_hdfs.groovy    |  44 ++--
 .../table_modify_resouce_and_policy.groovy         |  24 +-
 .../table_modify_resouce_and_policy_by_hdfs.groovy |  24 +-
 .../create_table/test_create_table_like.groovy}    |  29 +--
 .../create_commit_mtmv_many_task.groovy            | 200 ++++++++++++++++
 .../range_date_datetrunc_part_up.groovy            | 142 ++++++++++++
 .../create_part_and_up/range_date_part_up.groovy   | 207 +++++++++++++++++
 .../range_date_part_up_rewrite.groovy              | 222 ++++++++++++++++++
 .../range_datetime_part_up_rewrite.groovy          | 228 ++++++++++++++++++
 .../partition_curd_union_rewrite.groovy            |  33 +--
 .../partition_curd_union_rewrite_hive.groovy       | 256 +++++++++++++++++++++
 25 files changed, 1519 insertions(+), 203 deletions(-)
 copy regression-test/suites/{ddl_p0/test_create_table_auto_partition.groovy => 
nereids_p0/create_table/test_create_table_like.groovy} (60%)
 create mode 100644 
regression-test/suites/nereids_rules_p0/mv/create_part_and_up/create_commit_mtmv_many_task.groovy
 create mode 100644 
regression-test/suites/nereids_rules_p0/mv/create_part_and_up/range_date_datetrunc_part_up.groovy
 create mode 100644 
regression-test/suites/nereids_rules_p0/mv/create_part_and_up/range_date_part_up.groovy
 create mode 100644 
regression-test/suites/nereids_rules_p0/mv/create_part_and_up/range_date_part_up_rewrite.groovy
 create mode 100644 
regression-test/suites/nereids_rules_p0/mv/create_part_and_up/range_datetime_part_up_rewrite.groovy
 create mode 100644 
regression-test/suites/nereids_rules_p0/mv/union_rewrite/partition_curd_union_rewrite_hive.groovy


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

Reply via email to