Skip to content

Commit 8de2a23

Browse files
authored
fix(ci): flaky test (#17663)
fix flaky test
1 parent 0220ab2 commit 8de2a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqllogictests/suites/base/09_fuse_engine/09_0005_remote_insert_into_select.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ select sum(business_id) from t
6969
NULL
7070

7171
statement ok
72-
create table t1(a string) block_size_threshold=1024;
72+
create table t1(a string not null) block_size_threshold=1024;
7373

7474
statement ok
7575
create table t2 like t1 engine = Random;

0 commit comments

Comments
 (0)