Skip to content

Commit

Permalink
speed up
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed May 14, 2024
1 parent 815db14 commit 05f25da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/backfill/rate_limit/slow-udf.slt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ statement ok
create table t(v1 int);

statement ok
insert into t select 5 from generate_series(1, 1000000);
insert into t select 2 from generate_series(1, 1000000);

statement ok
set streaming_rate_limit=1;
Expand Down

0 comments on commit 05f25da

Please sign in to comment.