Skip to content

Commit d313dba

Browse files
committed
Remove schema
1 parent 8f5c569 commit d313dba

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

benchmarks/insert/hive-tpch-parquet/customer_sf10.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
USE tpch_sf10_load_iceberg;
21
-- Inserting into customer
32
INSERT INTO customer
43
SELECT

benchmarks/insert/hive-tpch-parquet/lineitem_sf10.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
USE tpch_sf10_load_iceberg;
21
-- Inserting into lineitem
32
INSERT INTO lineitem
43
SELECT

benchmarks/insert/hive-tpch-parquet/nation_sf10.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
USE tpch_sf10_load_iceberg;
21
-- Inserting into nation
32
INSERT INTO nation
43
SELECT

benchmarks/insert/hive-tpch-parquet/orders_sf10.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
USE tpch_sf10_load_iceberg;
21
-- Inserting into orders
32
INSERT INTO orders
43
SELECT

benchmarks/insert/hive-tpch-parquet/part_sf10.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
USE tpch_sf10_load_iceberg;
21
-- Inserting into part
32
INSERT INTO part
43
SELECT

benchmarks/insert/hive-tpch-parquet/partsupp_sf10.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
USE tpch_sf10_load_iceberg;
21
-- Inserting into partsupp
32
INSERT INTO partsupp
43
SELECT

benchmarks/insert/hive-tpch-parquet/region_sf10.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
USE tpch_sf10_load_iceberg;
21
-- Inserting into region
32
INSERT INTO region
43
SELECT

benchmarks/insert/hive-tpch-parquet/supplier_sf10.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
USE tpch_sf10_load_iceberg;
21
-- Inserting into supplier
32
INSERT INTO supplier
43
SELECT

0 commit comments

Comments
 (0)