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 1c4b54240b1 [test](statisitics)Add partition stats test for mtmv. (#36849) add 875ad5d91d6 [test](tvf) move p2 tvf tests from p2 to p0 (#36871) No new revisions were added by this update. Summary of changes: .../scripts/data/tvf/test_hdfs_tvf_compression/run.sh | 19 +++++++++++++++++++ .../hive/scripts/data/tvf/test_tvf/run.sh | 19 +++++++++++++++++++ .../tvf/test_hdfs_tvf_compression.out | 0 .../tvf/test_path_partition_keys.out | 0 .../tvf/test_path_partition_keys/dt1=cyw/a.csv | 0 .../tvf/test_path_partition_keys/dt1=cyw/b.csv | 0 .../tvf/test_path_partition_keys/dt1=hello/c.csv | 0 .../test_path_partition_keys/dt2=two/dt1=cyw/a.csv | 0 .../test_path_partition_keys/dt2=two/dt1=cyw/b.csv | 0 .../test_path_partition_keys/dt2=two/dt1=hello/c.csv | 0 .../tvf/test_tvf_p2.out | 0 .../tvf/test_hdfs_tvf_compression.groovy | 10 +++++----- .../tvf/test_path_partition_keys.groovy | 10 +++++----- .../tvf/test_tvf_p2.groovy | 8 ++++---- 14 files changed, 52 insertions(+), 14 deletions(-) create mode 100644 docker/thirdparties/docker-compose/hive/scripts/data/tvf/test_hdfs_tvf_compression/run.sh create mode 100644 docker/thirdparties/docker-compose/hive/scripts/data/tvf/test_tvf/run.sh rename regression-test/data/{external_table_p2 => external_table_p0}/tvf/test_hdfs_tvf_compression.out (100%) rename regression-test/data/{external_table_p2 => external_table_p0}/tvf/test_path_partition_keys.out (100%) rename regression-test/data/{external_table_p2 => external_table_p0}/tvf/test_path_partition_keys/dt1=cyw/a.csv (100%) rename regression-test/data/{external_table_p2 => external_table_p0}/tvf/test_path_partition_keys/dt1=cyw/b.csv (100%) rename regression-test/data/{external_table_p2 => external_table_p0}/tvf/test_path_partition_keys/dt1=hello/c.csv (100%) rename regression-test/data/{external_table_p2 => external_table_p0}/tvf/test_path_partition_keys/dt2=two/dt1=cyw/a.csv (100%) rename regression-test/data/{external_table_p2 => external_table_p0}/tvf/test_path_partition_keys/dt2=two/dt1=cyw/b.csv (100%) rename regression-test/data/{external_table_p2 => external_table_p0}/tvf/test_path_partition_keys/dt2=two/dt1=hello/c.csv (100%) rename regression-test/data/{external_table_p2 => external_table_p0}/tvf/test_tvf_p2.out (100%) rename regression-test/suites/{external_table_p2 => external_table_p0}/tvf/test_hdfs_tvf_compression.groovy (92%) rename regression-test/suites/{external_table_p2 => external_table_p0}/tvf/test_path_partition_keys.groovy (95%) rename regression-test/suites/{external_table_p2 => external_table_p0}/tvf/test_tvf_p2.groovy (93%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org