diff --git a/regression-test/suites/partition_p0/test_partition_table_err_msg.groovy b/regression-test/suites/partition_p0/test_partition_table_err_msg.groovy index b72eb9af8684135..7099e967822c939 100644 --- a/regression-test/suites/partition_p0/test_partition_table_err_msg.groovy +++ b/regression-test/suites/partition_p0/test_partition_table_err_msg.groovy @@ -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 """