This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-44722-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from e10f1e98893 branch-2.1: [fix](unique key)
getEnableUniqueKeyMergeOnWrite should check keys type #44692 (#44896)
add bf544464df9 [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: [email protected]
For additional commands, e-mail: [email protected]