This is an automated email from the ASF dual-hosted git repository.

zhangstar333 pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 80ca630bd57 [chore](case) Use correct insert stmt for cold heat 
separation case #27546 (#27585)
80ca630bd57 is described below

commit 80ca630bd57047002c5b7dd1570ab9bcfd0711d4
Author: Dongyang Li <[email protected]>
AuthorDate: Mon Nov 27 15:09:28 2023 +0800

    [chore](case) Use correct insert stmt for cold heat separation case #27546 
(#27585)
    
    Co-authored-by: AlexYue <[email protected]>
---
 .../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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to