Skip to content

Commit

Permalink
fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
feiniaofeiafei committed Jul 26, 2024
1 parent 5a72a0c commit 8a377af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ suite("test_date_trunc_prune") {
PARTITION p100 values less than ('2022-01-04 10:00:00'),
PARTITION pMAX values less than (maxvalue)
)
DISTRIBUTED BY HASH(`k0`) BUCKETS 1
DISTRIBUTED BY HASH(`k0`) BUCKETS 1 properties("replication_num"="1")
"""
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);"
explain {
Expand Down

0 comments on commit 8a377af

Please sign in to comment.