From d2611a53bbbdcd631c6bd615bd58a74f645b0a3c Mon Sep 17 00:00:00 2001 From: Fu Zhe Date: Fri, 5 Nov 2021 19:29:09 +0800 Subject: [PATCH] Update coalesce_pushdown.test --- tests/fullstack-test/expr/coalesce_pushdown.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fullstack-test/expr/coalesce_pushdown.test b/tests/fullstack-test/expr/coalesce_pushdown.test index e10c281a847..698de84e350 100644 --- a/tests/fullstack-test/expr/coalesce_pushdown.test +++ b/tests/fullstack-test/expr/coalesce_pushdown.test @@ -8,7 +8,7 @@ mysql> alter table test.test_tb set tiflash replica 1 mysql> drop table if exists test.fix_3388 mysql> create table if not exists test.fix_3388(a varchar(10)) mysql> alter table test.fix_3388 set tiflash replica 1 -mysql> insert into test.fix_3388 values ("a") +mysql> insert into test.fix_3388 values ('a') func> wait_table test test_tb fix_3388 # start checking