Skip to content

Commit ba7bd2c

Browse files
committed
Update TPC-DS catalog and schemas
1 parent 66e1278 commit ba7bd2c

8 files changed

+25
-5
lines changed

benchmarks/tpc-ds/ds_sf10k_ice.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"description": "Specifies the catalog and the schema for TPC-DS Iceberg scale factor 10 TB.",
3+
"catalog": "iceberg",
4+
"schema": "tpcds_sf10000_parquet_iceberg"
5+
}
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"description": "Specifies the catalog and the schema for TPC-DS Iceberg scale factor 10 TB partitioned.",
3+
"catalog": "iceberg",
4+
"schema": "tpcds_sf10000_parquet_varchar_iceberg_part"
5+
}

benchmarks/tpc-ds/ds_sf10k_par.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"description": "Specifies the schema for TPC-DS scale factor 10 TB partitioned.",
3+
"schema": "tpcds_sf10000_parquet_varchar_iceberg_part"
4+
}

benchmarks/tpc-ds/ds_sf10k_part.json

-4
This file was deleted.

benchmarks/tpc-ds/ds_sf1k_ice.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"description": "Specifies the catalog and the schema for TPC-DS Iceberg scale factor 1 TB.",
3+
"catalog": "iceberg",
4+
"schema": "tpcds_sf1000_parquet_iceberg"
5+
}
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"description": "Specifies the catalog and the schema for TPC-DS Iceberg scale factor 1 TB partitioned.",
3+
"catalog": "iceberg",
4+
"schema": "tpcds_sf1000_parquet_varchar_iceberg_part"
5+
}

benchmarks/tpc-ds/subset.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "Run a subset of power test",
2+
"description": "Run a very small subset of power test",
33
"query_files": [
44
"queries/query_01.sql",
55
"queries/query_02.sql",

0 commit comments

Comments
 (0)