This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44722-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 15673516a94 branch-3.0: [test](move-memtable) fix false positives in sinkv2 injection tests #44552 (#44930) add dd6e68c7042 [test](case) add partition prune cases (#44722) No new revisions were added by this update. Summary of changes: .../partition_prune/auto_partition.groovy | 92 ++++++ .../partition_prune/hive_partition_prune.groovy | 136 +++++++++ .../int_as_date_partition_col.groovy | 203 +++++++++++++ .../multi_column_range_partition.groovy | 260 ++++++++++++++++ .../partition_prune/one_col_list_partition.groovy | 249 ++++++++++++++++ .../partition_prune/one_col_range_partition.groovy | 326 +++++++++++++++++++++ .../varchar_as_date_partition_col.groovy | 251 ++++++++++++++++ 7 files changed, 1517 insertions(+) create mode 100644 regression-test/suites/nereids_rules_p0/partition_prune/auto_partition.groovy create mode 100644 regression-test/suites/nereids_rules_p0/partition_prune/hive_partition_prune.groovy create mode 100644 regression-test/suites/nereids_rules_p0/partition_prune/int_as_date_partition_col.groovy create mode 100644 regression-test/suites/nereids_rules_p0/partition_prune/multi_column_range_partition.groovy create mode 100644 regression-test/suites/nereids_rules_p0/partition_prune/one_col_list_partition.groovy create mode 100644 regression-test/suites/nereids_rules_p0/partition_prune/one_col_range_partition.groovy create mode 100644 regression-test/suites/nereids_rules_p0/partition_prune/varchar_as_date_partition_col.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org