Skip to content

Commit 26cda4e

Browse files
committed
add warmup statement
1 parent 5c4a738 commit 26cda4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/src/test/resources/warmup/warmup.sql

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ SELECT
7272
FROM num;
7373

7474
SELECT SUBSTRING(bin, 1, 1) FROM val;
75+
SELECT * FROM val WHERE SUBSTRING(bin, 1, 1) = '1' OR SUBSTRING(bin, 1, 1) = '2' OR SUBSTRING(bin, 1, 1) = '3';
7576

7677
-- aggregation
7778
SELECT COUNT(*), FIRST_VALUE(*), LAST_VALUE(*) FROM *;

0 commit comments

Comments
 (0)