This is an automated email from the ASF dual-hosted git repository.
xuyang pushed a change to branch auto-pick-54912-branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from c55ec9e5341 [enhancement](cloud) Add checker and more bvar for cloud
restore (#54912)
add b2f962e7063 branch-3.1: [test](mtmv) Fix use wrong create async
materialized view method which cause regression test unstable #55068 (#55098)
add 18291572136 branch-3.1: [fix](case) enlarge case timeout #54943
(#55108)
add ae007d868ef branch-3.1: [fix](Nereids) should not produce date type
for datev2 type when process string literal #55011 (#55116)
add e7a1cf7c351 branch-3.1: [fix](variant) Prohibit older versions of
variant from using the schema templates feature (#55093)
add 8e77d7fd682 branch-3.1: [test](Catalog)Add Hive&Iceberg Test #54925
(#55107)
add 5e7de4eea6b branch-3.1: [Fix](Broker)Adapt Broker as load storage
#55095 (#55119)
add 1b49443dc35 Merge branch 'branch-3.1' into auto-pick-54912-branch-3.1
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/doris/analysis/BrokerDesc.java | 10 +-
.../java/org/apache/doris/analysis/TypeDef.java | 5 +
.../doris/nereids/parser/LogicalPlanBuilder.java | 8 +-
.../trees/expressions/literal/DateLiteral.java | 8 +-
.../doris/nereids/util/TypeCoercionUtils.java | 4 +-
.../doris/nereids/util/TypeCoercionUtilsTest.java | 16 +
.../lower_case/test_lower_case_mtmv.out | Bin 110 -> 117 bytes
.../test_lower_case_meta_show_and_select.groovy | 2 +-
.../lower_case/test_lower_case_mtmv.groovy | 10 +-
.../hive_on_hms_and_dlf.groovy | 293 +++++++++++++++
.../iceberg_and_hive_on_glue.groovy | 226 ++++++++++++
.../iceberg_on_hms_and_filesystem_and_dlf.groovy | 394 +++++++++++++++++++++
.../test_broker_load_with_properties.groovy | 2 +-
.../suites/variant_p0/delete_update.groovy | 5 +-
.../variant_p0/predefine/delete_update.groovy | 2 +-
.../variant_p0/predefine/element_function.groovy | 5 +-
.../variant_p0/predefine/test_predefine_ddl.groovy | 24 ++
regression-test/suites/variant_p0/tpch/load.groovy | 4 +-
.../suites/variant_p0/with_index/var_index.groovy | 4 +-
19 files changed, 997 insertions(+), 25 deletions(-)
create mode 100644
regression-test/suites/external_table_p2/refactor_catalog_param/hive_on_hms_and_dlf.groovy
create mode 100644
regression-test/suites/external_table_p2/refactor_catalog_param/iceberg_and_hive_on_glue.groovy
create mode 100644
regression-test/suites/external_table_p2/refactor_catalog_param/iceberg_on_hms_and_filesystem_and_dlf.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]