Skip to content

Commit 261066c

Browse files
committed
fix test
1 parent fd7965b commit 261066c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/1_stateful/05_formats/05_01_compact/05_01_02_load_compact_copy_row_per_block.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo "drop table if exists t1 all" | $BENDSQL_CLIENT_CONNECT
1515
echo "CREATE TABLE t1
1616
(
1717
c0 string
18-
) engine=fuse row_per_block=800;
18+
) engine=fuse row_per_block=500;
1919
" | $BENDSQL_CLIENT_CONNECT
2020

2121

0 commit comments

Comments
 (0)