This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 5c9f68fdc89 [test](regression) add non light schema change cases when enable memtable on sink node (#31851) add c530759a618 [test](hive) run suite cases both in hive2 and hive3 (#33874) No new revisions were added by this update. Summary of changes: .../hive/hadoop-hive-metastore.env.tpl | 2 + .../docker-compose/hive/hadoop-hive.env | 2 + .../docker-compose/hive/hive-2x_settings.env | 8 +- .../docker-compose/hive/hive-3x_settings.env | 8 +- docker/thirdparties/run-thirdparties-docker.sh | 16 +- regression-test/conf/regression-conf.groovy | 16 +- .../export/hive_read/orc/test_hive_read_orc.out | 45 + .../orc/test_hive_read_orc_complex_type.out | 123 + .../hive_read/parquet/test_hive_read_parquet.out | 45 + .../parquet/test_hive_read_parquet_comlex_type.out | 123 + .../external_table_p0/hive/ddl/test_hive_ctas.out | 92 + .../hive/ddl/test_hive_write_type.out | 18 + .../external_table_p0/hive/hive_tpch_sf1_orc.out | 60390 +++++++++++++++++++ .../hive/hive_tpch_sf1_parquet.out | 60390 +++++++++++++++++++ .../hive/jdbc_hive_meta/test_jdbc_hive_orc.out | 102 + .../hive/test_different_column_orders.out | 28 + .../hive/test_hive_basic_type.out | 266 + .../hive/test_hive_broker_scan.out | 8 + .../data/external_table_p0/hive/test_hive_orc.out | 154 + .../external_table_p0/hive/test_hive_other.out | 690 + .../external_table_p0/hive/test_hive_parquet.out | 10158 ++++ .../hive/test_hive_partitions.out | 121 + .../hive/test_hive_query_cache.out | 212 + .../hive/test_hive_schema_evolution.out | 36 + .../hive/test_hive_serde_prop.out | 4 + .../hive/test_information_schema_external.out | 132 + .../hive/test_prepare_hive_data_in_case.out | 10 + .../hive/test_transactional_hive.out | 38 + .../hive/write/test_hive_write_insert.out | 231 + .../hive/write/test_hive_write_partitions.out | 177 + .../hive/test_hive_parquet_alter_column.out | 1674 + .../data/mtmv_p0/test_hive_default_mtmv.out | 11 + .../mtmv_p0/test_hive_limit_partition_mtmv.out | 9 + regression-test/data/mtmv_p0/test_hive_mtmv.out | 18 + .../mtmv_p0/test_hive_multi_partition_mtmv.out | 42 + .../data/mtmv_p0/test_hive_olap_mtmv.out | 15 + .../data/mtmv_p0/test_hive_refresh_mtmv.out | 16 + .../org/apache/doris/regression/suite/Suite.groovy | 23 +- .../doris/regression/suite/SuiteContext.groovy | 52 +- .../pipeline/external/conf/regression-conf.groovy | 16 +- .../pipeline/p0/conf/regression-conf.groovy | 16 +- .../outfile/csv/test_outfile_empty_data.groovy | 2 +- .../export_p0/test_show_create_database.groovy | 2 +- .../broker_load/test_broker_load_func.groovy | 2 +- .../export/hive_read/orc/test_hive_read_orc.groovy | 452 +- .../orc/test_hive_read_orc_complex_type.groovy | 405 +- .../parquet/test_hive_read_parquet.groovy | 460 +- .../test_hive_read_parquet_comlex_type.groovy | 420 +- .../hive/ddl/test_hive_ctas.groovy | 17 +- .../hive/ddl/test_hive_ddl.groovy | 4 +- .../hive/ddl/test_hive_write_type.groovy | 15 +- .../hive/hive_tpch_sf1_orc.groovy | 11 +- .../hive/hive_tpch_sf1_parquet.groovy | 11 +- .../hive/jdbc_hive_meta/test_jdbc_hive_orc.groovy | 13 +- .../hive/test_autoinc_broker_load.groovy | 2 +- .../hive/test_different_column_orders.groovy | 11 +- .../hive/test_different_parquet_types.groovy | 266 +- .../hive/test_hive_basic_type.groovy | 13 +- .../hive/test_hive_broker_scan.groovy | 11 +- .../external_table_p0/hive/test_hive_orc.groovy | 11 +- .../external_table_p0/hive/test_hive_other.groovy | 13 +- .../hive/test_hive_parquet.groovy | 11 +- .../hive/test_hive_partitions.groovy | 11 +- .../hive/test_hive_query_cache.groovy | 14 +- .../hive/test_hive_schema_evolution.groovy | 13 +- .../hive/test_hive_serde_prop.groovy | 11 +- .../hive/test_hive_statistics_all_type_p0.groovy | 11 +- .../hive/test_hive_statistics_p0.groovy | 11 +- .../hive/test_hive_tablesample_p0.groovy | 11 +- .../hive/test_information_schema_external.groovy | 12 +- .../hive/test_partial_update_broker_load.groovy | 2 +- .../hive/test_prepare_hive_data_in_case.groovy | 10 +- .../hive/test_transactional_hive.groovy | 11 +- .../hive/write/test_hive_write_insert.groovy | 14 +- .../hive/write/test_hive_write_partitions.groovy | 14 +- .../info_schema_db/test_info_schema_db.groovy | 2 +- .../paimon/test_paimon_catalog.groovy | 2 +- .../paimon/test_paimon_statistics.groovy | 2 +- .../paimon/test_paimon_table_stats.groovy | 2 +- .../hive/test_trino_different_parquet_types.groovy | 4 +- .../hive/test_trino_hive_orc.groovy | 2 +- .../hive/test_trino_hive_other.groovy | 4 +- .../hive/test_trino_hive_parquet.groovy | 2 +- .../hive/test_trino_hive_schema_evolution.groovy | 2 +- .../hive/test_trino_hive_serde_prop.groovy | 2 +- .../hive/test_trino_hive_tablesample_p0.groovy | 2 +- .../hive/test_trino_hive_tpch_sf1_orc.groovy | 2 +- .../hive/test_trino_hive_tpch_sf1_parquet.groovy | 2 +- .../test_trino_prepare_hive_data_in_case.groovy | 2 +- .../external_table_p0/tvf/test_hdfs_tvf.groovy | 2 +- .../tvf/test_hdfs_tvf_error_uri.groovy | 2 +- .../external_table_p0/tvf/test_tvf_avro.groovy | 2 +- .../hive/test_hive_parquet_alter_column.groovy | 11 +- .../load_p0/stream_load/test_hdfs_json_load.groovy | 2 +- .../suites/mtmv_p0/test_hive_default_mtmv.groovy | 171 +- .../mtmv_p0/test_hive_limit_partition_mtmv.groovy | 256 +- .../suites/mtmv_p0/test_hive_mtmv.groovy | 11 +- .../mtmv_p0/test_hive_multi_partition_mtmv.groovy | 406 +- .../suites/mtmv_p0/test_hive_olap_mtmv.groovy | 8 +- .../suites/mtmv_p0/test_hive_refresh_mtmv.groovy | 300 +- .../suites/mtmv_p0/test_paimon_mtmv.groovy | 2 +- .../mv_contain_external_table.groovy | 2 +- 102 files changed, 137317 insertions(+), 1724 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org