diff --git a/regression-test/suites/partition_p0/auto_partition/test_auto_range_partition.groovy b/regression-test/suites/partition_p0/auto_partition/test_auto_range_partition.groovy index e17f4f8ef8a5fc..508f086f865729 100644 --- a/regression-test/suites/partition_p0/auto_partition/test_auto_range_partition.groovy +++ b/regression-test/suites/partition_p0/auto_partition/test_auto_range_partition.groovy @@ -165,5 +165,6 @@ suite("test_auto_range_partition") { """ sql " insert into isit_src values (20201212); " sql " insert into isit select * from isit_src " + sql " sync " qt_sql " select * from isit order by k " }