Skip to content

Commit

Permalink
chore(ci): split internal test sql (#16167)
Browse files Browse the repository at this point in the history
  • Loading branch information
TCeason authored Aug 1, 2024
1 parent 2d7ed2f commit 7e6a9bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions benchmark/clickbench/internal/queries/00.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ from system.databases
union all
select name
from system.functions ignore_result;
select name from system.tables where name='t_1';
select name from system.tables where name in ('t_1', 't_2');
1 change: 1 addition & 0 deletions benchmark/clickbench/internal/queries/01.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
select name from system.tables where name='t_1';
1 change: 1 addition & 0 deletions benchmark/clickbench/internal/queries/02.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
select name from system.tables where name in ('t_1', 't_2');

0 comments on commit 7e6a9bf

Please sign in to comment.