Skip to content

Commit

Permalink
Update e2e_test/streaming/aggregate/approx_percentile.slt
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Chien <[email protected]>
  • Loading branch information
kwannoel and stdrc authored Jul 29, 2024
1 parent 7ca78e5 commit a94a25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/streaming/aggregate/approx_percentile.slt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ statement ok
create table t(p_col double, grp_col int);

statement ok
insert into t select generate_series, 1 from generate_series(-1000, 1000);
insert into t select a, 1 from generate_series(-1000, 1000) t(a);

statement ok
flush;
Expand Down

0 comments on commit a94a25a

Please sign in to comment.