Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
xiedeyantu committed Mar 18, 2024
1 parent 7fda9f6 commit 23c9dd5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ suite("test_partition_table_err_msg", "p0") {
PARTITION partition_d VALUES LESS THAN ("9999-12-31 24:00:00") )
DISTRIBUTED BY HASH(k1) BUCKETS 13
"""
exception "date literal [9999-12-31 24:00:00] is invalid: Text '9999-12-31 24:00:00' could not be parsed: " +
"Invalid value for HourOfDay (valid values 0 - 23): 24"
exception "date/datetime literal [9999-12-31 24:00:00] is invalid"
}
test {
sql """
Expand Down

0 comments on commit 23c9dd5

Please sign in to comment.