This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 1b8d7da0781 [chore](case) Use correct insert stmt for cold heat separation case #27546 1b8d7da0781 is described below commit 1b8d7da07814e3ad6554222464d16d4e803b351c Author: AlexYue <yj976240...@gmail.com> AuthorDate: Sat Nov 25 10:37:57 2023 +0800 [chore](case) Use correct insert stmt for cold heat separation case #27546 --- .../suites/cold_heat_separation_p2/add_drop_partition.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/cold_heat_separation_p2/add_drop_partition.groovy b/regression-test/suites/cold_heat_separation_p2/add_drop_partition.groovy index 24f2062e04b..77874710485 100644 --- a/regression-test/suites/cold_heat_separation_p2/add_drop_partition.groovy +++ b/regression-test/suites/cold_heat_separation_p2/add_drop_partition.groovy @@ -255,7 +255,7 @@ suite("add_drop_partition") { """ sql """ - insert into ${tableName} values(1, "2017-01-01"); + insert into ${tableName} values(1, "2016-01-01"); """ partitions = sql "show partitions from ${tableName}" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org