Skip to content

Commit

Permalink
Ensure tests can pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
RinChanNOWWW committed Nov 28, 2023
1 parent 833abda commit 8f6d534
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
statement ok
set max_threads = 1;

statement ok
set max_block_size = 1;

Expand Down Expand Up @@ -477,4 +480,7 @@ select unnest(parse_json('"a"'))
----

statement ok
set max_block_size = 65535;
set max_block_size = 65535;

statement ok
set max_threads = 16;

0 comments on commit 8f6d534

Please sign in to comment.