This is an automated email from the ASF dual-hosted git repository. linzhongcheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 0d7d9b92db [fix](multi-catalog) complex types parsing failed, with unexpected nulls and rows (#22228) add adc44d9f46 [regression-test] add list partition case and multi partition keys case (#22042) No new revisions were added by this update. Summary of changes: .../partition_p0/list_partition/expect_baseall.out | 15 + .../list_partition/test_list_partition.out | 49 ++ .../test_list_partition_datatype.out} | 15 +- .../test_multi_column_partition.out | 184 ++++++++ .../plugins/plugin_async_job_wait.groovy | 86 ++++ .../list_partition/test_list_partition.groovy | 11 +- .../test_list_partition_datatype.groovy | 523 +++++++++++++++++++++ .../test_multi_column_partition.groovy | 463 ++++++++++++++++++ 8 files changed, 1339 insertions(+), 7 deletions(-) create mode 100644 regression-test/data/partition_p0/list_partition/expect_baseall.out copy regression-test/data/{correctness_p0/test_cast_null.out => partition_p0/list_partition/test_list_partition_datatype.out} (50%) create mode 100644 regression-test/data/partition_p0/multi_partition/test_multi_column_partition.out create mode 100644 regression-test/plugins/plugin_async_job_wait.groovy create mode 100644 regression-test/suites/partition_p0/list_partition/test_list_partition_datatype.groovy create mode 100644 regression-test/suites/partition_p0/multi_partition/test_multi_column_partition.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org