Skip to content

Commit 3b883a0

Browse files
committed
Add missing files for scaling factor 100
1 parent 012e185 commit 3b883a0

16 files changed

+62
-13
lines changed

benchmarks/tpch-load/cleanup.json renamed to benchmarks/tpch-load/cleanup_sf100.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"drop-table/partsupp.sql",
1010
"drop-table/region.sql",
1111
"drop-table/supplier.sql",
12-
"drop-schema/drop_schema.sql"
12+
"schema/drop_sf100.sql"
1313
],
1414
"expected_row_counts": {
1515
"load_tpch_sf100_parquet": [
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"description": "Cleanup tables.",
3+
"query_files": [
4+
"drop-table/customer.sql",
5+
"drop-table/lineitem.sql",
6+
"drop-table/nation.sql",
7+
"drop-table/orders.sql",
8+
"drop-table/part.sql",
9+
"drop-table/partsupp.sql",
10+
"drop-table/region.sql",
11+
"drop-table/supplier.sql",
12+
"schema/drop_sf1000.sql"
13+
],
14+
"expected_row_counts": {
15+
"load_tpch_sf1000_parquet": [
16+
]
17+
}
18+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "Specifies the schema for TPCH scale factor 10 GB.",
2+
"description": "Specifies the schema for TPCH scale factor 100 GB.",
33
"catalog": "hive",
44
"schema": "load_tpch_sf100_parquet"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "Specifies the schema for TPCH scale factor 10 GB.",
2+
"description": "Specifies the schema for TPCH scale factor 1000 GB.",
33
"catalog": "hive",
44
"schema": "load_tpch_sf1000_parquet"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "Specifies the schema for TPCH scale factor 10 GB.",
2+
"description": "Specifies the schema for TPCH scale factor 100 GB.",
33
"catalog": "iceberg",
44
"schema": "load_tpch_sf100_parquet"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "Specifies the schema for TPCH scale factor 10 GB.",
2+
"description": "Specifies the schema for TPCH scale factor 1000 GB.",
33
"catalog": "iceberg",
44
"schema": "load_tpch_sf1000_parquet"
55
}

benchmarks/tpch-load/insert_sf1000_j.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "Loading tpch with scaling factor 10 to hive parquet tables.",
2+
"description": "Loading tpch with scaling factor 1000 to hive/iceberg parquet tables.",
33
"query_files": [
44
"hive-tpch-parquet-j-1000/customer_sf1000.sql",
55
"hive-tpch-parquet-j-1000/lineitem_sf1000.sql",
@@ -11,7 +11,7 @@
1111
"hive-tpch-parquet-j-1000/supplier_sf1000.sql"
1212
],
1313
"expected_row_counts": {
14-
"load_tpch_sf100_parquet": [
14+
"load_tpch_sf1000_parquet": [
1515
1,
1616
1,
1717
1,

benchmarks/tpch-load/insert_sf1000_n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "Loading tpch with scaling factor 10 to hive parquet tables.",
2+
"description": "Loading tpch with scaling factor 1000 to hive/iceberg parquet tables.",
33
"query_files": [
44
"hive-tpch-parquet-n-1000/customer_sf1000.sql",
55
"hive-tpch-parquet-n-1000/lineitem_sf1000.sql",
@@ -11,7 +11,7 @@
1111
"hive-tpch-parquet-n-1000/supplier_sf1000.sql"
1212
],
1313
"expected_row_counts": {
14-
"load_tpch_sf100_parquet": [
14+
"load_tpch_sf1000_parquet": [
1515
1,
1616
1,
1717
1,

benchmarks/tpch-load/insert_sf100_j.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "Loading tpch with scaling factor 10 to hive parquet tables.",
2+
"description": "Loading tpch with scaling factor 100 to hive/iceberg parquet tables.",
33
"query_files": [
44
"hive-tpch-parquet-j/customer_sf100.sql",
55
"hive-tpch-parquet-j/lineitem_sf100.sql",

benchmarks/tpch-load/insert_sf100_n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "Loading tpch with scaling factor 10 to hive parquet tables.",
2+
"description": "Loading tpch with scaling factor 100 to hive/iceberg parquet tables.",
33
"query_files": [
44
"hive-tpch-parquet-n/customer_sf100.sql",
55
"hive-tpch-parquet-n/lineitem_sf100.sql",

0 commit comments

Comments
 (0)