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 daa579b6e58 [Fix](regression) Fix p0 case
`test_unique_table_auto_inc_concurrent` (#37048)
add 5e8aebb8c39 [test](migrate) move 2 cases from p2 to p0 (#37004)
No new revisions were added by this update.
Summary of changes:
.../hive_textfile_array_all_types/create_table.hql | 27 ++
.../hive_textfile_array_all_types/data.tar.gz | Bin 0 -> 625 bytes
.../run.sh | 0
.../hive_textfile_array_delimiter/create_table.hql | 32 ++
.../hive_textfile_array_delimiter/data.tar.gz | Bin 0 -> 690 bytes
.../run.sh | 0
.../hive_textfile_nestedarray/create_table.hql | 16 +
.../hive_textfile_nestedarray/data.tar.gz | Bin 0 -> 280 bytes
.../run.sh | 0
.../multi_catalog/logs1_parquet/create_table.hql | 39 +++
.../data/multi_catalog/logs1_parquet/run.sh | 22 ++
.../multi_catalog/one_partition/create_table.hql | 22 ++
.../data/multi_catalog/one_partition/data.tar.gz | Bin 0 -> 296 bytes
.../{datev2_csv => one_partition}/run.sh | 0
.../test_csv_format_error/create_table.hql | 68 ++++
.../test_csv_format_error/data.tar.gz | Bin 0 -> 151583 bytes
.../{datev2_csv => test_csv_format_error}/run.sh | 0
.../test_date_string_partition/create_table.hql | 25 ++
.../test_date_string_partition/data.tar.gz | Bin 0 -> 353 bytes
.../run.sh | 0
.../multi_catalog/two_partition/create_table.hql | 25 ++
.../data/multi_catalog/two_partition/data.tar.gz | Bin 0 -> 375 bytes
.../{datev2_csv => two_partition}/run.sh | 0
.../data/statistics/statistics/create_table.hql | 33 ++
.../scripts/data/statistics/statistics/data.tar.gz | Bin 0 -> 3956 bytes
.../hive/scripts/data/statistics/statistics/run.sh | 13 +
.../data/tpch_1000_parquet/part/create_table.hql | 24 ++
.../scripts/data/tpch_1000_parquet/part/run.sh | 22 ++
.../hive/test_hive_default_partition.out | 174 +++++++++++
.../hive/test_hive_to_array.out | 21 ++
.../hive/test_text_garbled_file.out | Bin 296830 -> 593565 bytes
.../hive/test_hive_default_partition.groovy | 17 +-
.../hive/test_hive_statistic.groovy | 344 +++++++++++++++++++++
.../hive/test_hive_statistic_timeout.groovy | 23 +-
.../hive/test_hive_to_array.groovy | 17 +-
.../hive/test_text_garbled_file.groovy | 47 +++
.../hive/test_hive_statistic.groovy | 338 --------------------
.../hive/test_text_garbled_file.groovy | 46 ---
38 files changed, 993 insertions(+), 402 deletions(-)
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/hive_textfile_array_all_types/create_table.hql
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/hive_textfile_array_all_types/data.tar.gz
copy
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/{datev2_orc
=> hive_textfile_array_all_types}/run.sh (100%)
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/hive_textfile_array_delimiter/create_table.hql
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/hive_textfile_array_delimiter/data.tar.gz
copy
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/{datev2_orc
=> hive_textfile_array_delimiter}/run.sh (100%)
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/hive_textfile_nestedarray/create_table.hql
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/hive_textfile_nestedarray/data.tar.gz
copy
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/{datev2_orc
=> hive_textfile_nestedarray}/run.sh (100%)
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/logs1_parquet/create_table.hql
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/logs1_parquet/run.sh
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/one_partition/create_table.hql
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/one_partition/data.tar.gz
copy
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/{datev2_csv
=> one_partition}/run.sh (100%)
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/test_csv_format_error/create_table.hql
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/test_csv_format_error/data.tar.gz
copy
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/{datev2_csv
=> test_csv_format_error}/run.sh (100%)
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/test_date_string_partition/create_table.hql
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/test_date_string_partition/data.tar.gz
copy
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/{datev2_csv
=> test_date_string_partition}/run.sh (100%)
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/two_partition/create_table.hql
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/two_partition/data.tar.gz
copy
docker/thirdparties/docker-compose/hive/scripts/data/multi_catalog/{datev2_csv
=> two_partition}/run.sh (100%)
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/statistics/statistics/create_table.hql
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/statistics/statistics/data.tar.gz
create mode 100755
docker/thirdparties/docker-compose/hive/scripts/data/statistics/statistics/run.sh
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/tpch_1000_parquet/part/create_table.hql
create mode 100644
docker/thirdparties/docker-compose/hive/scripts/data/tpch_1000_parquet/part/run.sh
rename regression-test/data/{external_table_p2 =>
external_table_p0}/hive/test_hive_default_partition.out (51%)
rename regression-test/data/{external_table_p2 =>
external_table_p0}/hive/test_hive_to_array.out (50%)
rename regression-test/data/{external_table_p2 =>
external_table_p0}/hive/test_text_garbled_file.out (50%)
rename regression-test/suites/{external_table_p2 =>
external_table_p0}/hive/test_hive_default_partition.groovy (95%)
create mode 100644
regression-test/suites/external_table_p0/hive/test_hive_statistic.groovy
rename regression-test/suites/{external_table_p2 =>
external_table_p0}/hive/test_hive_statistic_timeout.groovy (76%)
rename regression-test/suites/{external_table_p2 =>
external_table_p0}/hive/test_hive_to_array.groovy (79%)
create mode 100644
regression-test/suites/external_table_p0/hive/test_text_garbled_file.groovy
delete mode 100644
regression-test/suites/external_table_p2/hive/test_hive_statistic.groovy
delete mode 100644
regression-test/suites/external_table_p2/hive/test_text_garbled_file.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]