This is an automated email from the ASF dual-hosted git repository. luozenglin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from f668b3965e [Enhancement](Nereids)enable nereids DML by default. (#21539) add 56c67a442a [regression-test] add p0/p1 case about partition table (#21777) No new revisions were added by this update. Summary of changes: .../multi_partition/partition_table.csv | 30 +++ .../multi_partition/partition_table.out | 30 +++ .../data/partition_p0/test_partition_operation.out | 244 +++++++++++++++++ .../multi_partition/test_range_partition.groovy | 297 +++++++++++++++++++++ .../partition_p0/test_partition_operation.groovy | 284 ++++++++++++++++++++ .../test_partition_table_err_msg.groovy | 174 ++++++++++++ 6 files changed, 1059 insertions(+) create mode 100644 regression-test/data/partition_p0/multi_partition/partition_table.csv create mode 100644 regression-test/data/partition_p0/multi_partition/partition_table.out create mode 100644 regression-test/data/partition_p0/test_partition_operation.out create mode 100644 regression-test/suites/partition_p0/multi_partition/test_range_partition.groovy create mode 100644 regression-test/suites/partition_p0/test_partition_operation.groovy create mode 100644 regression-test/suites/partition_p0/test_partition_table_err_msg.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org