should be it

This commit is contained in:
2025-10-24 19:21:19 -05:00
parent a4b23fc57c
commit f09560c7b1
14047 changed files with 3161551 additions and 1 deletions

View File

@@ -0,0 +1,32 @@
# name: test/sql/tpch/tpch_sf001.test_slow
# description: Test TPC-H SF0.01
# group: [tpch]
require tpch
statement ok
pragma verify_external
statement ok
PRAGMA verify_serializer
statement ok
CALL dbgen(sf=0.01);
loop i 1 9
query I
PRAGMA tpch(${i})
----
<FILE>:extension/tpch/dbgen/answers/sf0.01/q0${i}.csv
endloop
loop i 10 23
query I
PRAGMA tpch(${i})
----
<FILE>:extension/tpch/dbgen/answers/sf0.01/q${i}.csv
endloop