Skip to content

Commit b5ff552

Browse files
fix regression
1 parent 4da8c91 commit b5ff552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression-test/suites/nereids_rules_p0/partition_prune/test_date_trunc_prune.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ suite("test_date_trunc_prune") {
252252
PARTITION p100 values less than ('2022-01-04 10:00:00'),
253253
PARTITION pMAX values less than (maxvalue)
254254
)
255-
DISTRIBUTED BY HASH(`k0`) BUCKETS 1
255+
DISTRIBUTED BY HASH(`k0`) BUCKETS 1 properties("replication_num"="1")
256256
"""
257257
sql "insert into null_range_date values('2022-01-03 10:00:00'),('2019-01-01 10:00:00'),('2022-01-02 10:00:00'),('2024-01-01 10:00:00'),(null);"
258258
explain {

0 commit comments

Comments
 (0)