Skip to content

Commit

Permalink
Update coalesce_pushdown.test
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhe1989 committed Nov 5, 2021
1 parent 0ad5934 commit d2611a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fullstack-test/expr/coalesce_pushdown.test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2611a5

Please sign in to comment.