Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukang-Lian committed Oct 12, 2024
1 parent 98b86d2 commit efbc135
Show file tree
Hide file tree
Showing 63 changed files with 0 additions and 63 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ CREATE TABLE IF NOT EXISTS `customer` (
UNIQUE KEY (`c_custkey`)
DISTRIBUTED BY HASH(`c_custkey`) BUCKETS 10
PROPERTIES (
"enable_mow_light_delete" = "true",
"compression"="zstd",
"replication_num" = "1"
);
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ CREATE TABLE IF NOT EXISTS `customer` (
UNIQUE KEY (`c_custkey`)
DISTRIBUTED BY HASH(`c_custkey`) BUCKETS 10
PROPERTIES (
"enable_mow_light_delete" = "true",
"function_column.sequence_type" = 'int',
"compression"="zstd",
"replication_num" = "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ CREATE TABLE IF NOT EXISTS `date` (
UNIQUE KEY (`d_datekey`)
DISTRIBUTED BY HASH(`d_datekey`) BUCKETS 1
PROPERTIES (
"enable_mow_light_delete" = "true",
"compression"="zstd",
"replication_num" = "1"
);
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ CREATE TABLE IF NOT EXISTS `date` (
UNIQUE KEY (`d_datekey`)
DISTRIBUTED BY HASH(`d_datekey`) BUCKETS 1
PROPERTIES (
"enable_mow_light_delete" = "true",
"function_column.sequence_type" = 'int',
"compression"="zstd",
"replication_num" = "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ PARTITION p1997 VALUES [("19970101"), ("19980101")),
PARTITION p1998 VALUES [("19980101"), ("19990101")))
DISTRIBUTED BY HASH(`lo_orderkey`) BUCKETS 48
PROPERTIES (
"enable_mow_light_delete" = "true",
"compression"="zstd",
"replication_num" = "1"
);
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ PARTITION p1997 VALUES [("19970101"), ("19980101")),
PARTITION p1998 VALUES [("19980101"), ("19990101")))
DISTRIBUTED BY HASH(`lo_orderkey`) BUCKETS 48
PROPERTIES (
"enable_mow_light_delete" = "true",
"function_column.sequence_type" = 'int',
"compression"="zstd",
"replication_num" = "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ CREATE TABLE IF NOT EXISTS `part` (
UNIQUE KEY (`p_partkey`)
DISTRIBUTED BY HASH(`p_partkey`) BUCKETS 10
PROPERTIES (
"enable_mow_light_delete" = "true",
"compression"="zstd",
"replication_num" = "1"
);
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ CREATE TABLE IF NOT EXISTS `part` (
UNIQUE KEY (`p_partkey`)
DISTRIBUTED BY HASH(`p_partkey`) BUCKETS 10
PROPERTIES (
"enable_mow_light_delete" = "true",
"function_column.sequence_type" = 'int',
"compression"="zstd",
"replication_num" = "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ CREATE TABLE IF NOT EXISTS `supplier` (
UNIQUE KEY (`s_suppkey`)
DISTRIBUTED BY HASH(`s_suppkey`) BUCKETS 10
PROPERTIES (
"enable_mow_light_delete" = "true",
"compression"="zstd",
"replication_num" = "1"
);
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ CREATE TABLE IF NOT EXISTS `supplier` (
UNIQUE KEY (`s_suppkey`)
DISTRIBUTED BY HASH(`s_suppkey`) BUCKETS 10
PROPERTIES (
"enable_mow_light_delete" = "true",
"function_column.sequence_type" = 'int',
"compression"="zstd",
"replication_num" = "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ CREATE TABLE IF NOT EXISTS `customer` (
UNIQUE KEY (`c_custkey`)
DISTRIBUTED BY HASH(`c_custkey`) BUCKETS 10
PROPERTIES (
"enable_mow_light_delete" = "true",
"compression"="zstd",
"replication_num" = "1"
);
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ CREATE TABLE IF NOT EXISTS `date` (
UNIQUE KEY (`d_datekey`)
DISTRIBUTED BY HASH(`d_datekey`) BUCKETS 1
PROPERTIES (
"enable_mow_light_delete" = "true",
"compression"="zstd",
"replication_num" = "1"
);
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ PARTITION p1997 VALUES [("19970101"), ("19980101")),
PARTITION p1998 VALUES [("19980101"), ("19990101")))
DISTRIBUTED BY HASH(`lo_orderkey`) BUCKETS 48
PROPERTIES (
"enable_mow_light_delete" = "true",
"compression"="zstd",
"replication_num" = "1"
);
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ CREATE TABLE IF NOT EXISTS `part` (
UNIQUE KEY (`p_partkey`)
DISTRIBUTED BY HASH(`p_partkey`) BUCKETS 10
PROPERTIES (
"enable_mow_light_delete" = "true",
"compression"="zstd",
"replication_num" = "1"
);
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ CREATE TABLE IF NOT EXISTS `supplier` (
UNIQUE KEY (`s_suppkey`)
DISTRIBUTED BY HASH(`s_suppkey`) BUCKETS 10
PROPERTIES (
"enable_mow_light_delete" = "true",
"compression"="zstd",
"replication_num" = "1"
);
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ UNIQUE KEY(`c_custkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`c_custkey`) BUCKETS 24
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ UNIQUE KEY(`c_custkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`c_custkey`) BUCKETS 24
PROPERTIES (
"enable_mow_light_delete" = "true",
"function_column.sequence_type" = 'int',
"replication_num" = "3"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ UNIQUE KEY(`l_shipdate`, `l_orderkey`,`l_linenumber`,`l_partkey`,`l_suppkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`l_orderkey`) BUCKETS 96
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ UNIQUE KEY(`l_shipdate`, `l_orderkey`,`l_linenumber`,`l_partkey`,`l_suppkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`l_orderkey`) BUCKETS 96
PROPERTIES (
"enable_mow_light_delete" = "true",
"function_column.sequence_type" = 'DATE',
"replication_num" = "3"
)
Expand Down
1 change: 0 additions & 1 deletion regression-test/suites/tpch_sf100_unique_p2/ddl/nation.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ UNIQUE KEY(`N_NATIONKEY`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`N_NATIONKEY`) BUCKETS 1
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
);

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ UNIQUE KEY(`N_NATIONKEY`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`N_NATIONKEY`) BUCKETS 1
PROPERTIES (
"enable_mow_light_delete" = "true",
"function_column.sequence_type" = 'int',
"replication_num" = "3"
);
Expand Down
1 change: 0 additions & 1 deletion regression-test/suites/tpch_sf100_unique_p2/ddl/orders.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ UNIQUE KEY(`o_orderkey`, `o_orderdate`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`o_orderkey`) BUCKETS 96
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ UNIQUE KEY(`o_orderkey`, `o_orderdate`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`o_orderkey`) BUCKETS 96
PROPERTIES (
"enable_mow_light_delete" = "true",
"function_column.sequence_type" = 'bigint',
"replication_num" = "3"
)
1 change: 0 additions & 1 deletion regression-test/suites/tpch_sf100_unique_p2/ddl/part.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ UNIQUE KEY(`p_partkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`p_partkey`) BUCKETS 24
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ UNIQUE KEY(`p_partkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`p_partkey`) BUCKETS 24
PROPERTIES (
"enable_mow_light_delete" = "true",
"function_column.sequence_type" = 'int',
"replication_num" = "3"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ UNIQUE KEY(`ps_partkey`,`ps_suppkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`ps_partkey`) BUCKETS 24
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ UNIQUE KEY(`ps_partkey`,`ps_suppkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`ps_partkey`) BUCKETS 24
PROPERTIES (
"enable_mow_light_delete" = "true",
"function_column.sequence_type" = 'int',
"replication_num" = "3"
)
Expand Down
1 change: 0 additions & 1 deletion regression-test/suites/tpch_sf100_unique_p2/ddl/region.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ UNIQUE KEY(`r_regionkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`r_regionkey`) BUCKETS 1
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ UNIQUE KEY(`r_regionkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`r_regionkey`) BUCKETS 1
PROPERTIES (
"enable_mow_light_delete" = "true",
"function_column.sequence_type" = 'int',
"replication_num" = "3"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ UNIQUE KEY(`s_suppkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`s_suppkey`) BUCKETS 12
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ UNIQUE KEY(`s_suppkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`s_suppkey`) BUCKETS 12
PROPERTIES (
"enable_mow_light_delete" = "true",
"function_column.sequence_type" = 'int',
"replication_num" = "3"
)
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ UNIQUE KEY(`c_custkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`c_custkey`) BUCKETS 24
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ UNIQUE KEY(`l_shipdate`, `l_orderkey`,`l_linenumber`,`l_partkey`,`l_suppkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`l_orderkey`) BUCKETS 96
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ UNIQUE KEY(`N_NATIONKEY`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`N_NATIONKEY`) BUCKETS 1
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
);

Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ UNIQUE KEY(`o_orderkey`, `o_orderdate`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`o_orderkey`) BUCKETS 96
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ UNIQUE KEY(`p_partkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`p_partkey`) BUCKETS 24
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ UNIQUE KEY(`ps_partkey`,`ps_suppkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`ps_partkey`) BUCKETS 24
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ UNIQUE KEY(`r_regionkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`r_regionkey`) BUCKETS 1
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ UNIQUE KEY(`s_suppkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`s_suppkey`) BUCKETS 12
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ UNIQUE KEY(`c_custkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`c_custkey`) BUCKETS 24
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ UNIQUE KEY(`c_custkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`c_custkey`) BUCKETS 24
PROPERTIES (
"enable_mow_light_delete" = "true",
"function_column.sequence_type" = 'int',
"replication_num" = "3"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ UNIQUE KEY(`l_shipdate`, `l_orderkey`,`l_linenumber`,`l_partkey`,`l_suppkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`l_orderkey`) BUCKETS 96
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ UNIQUE KEY(`l_shipdate`, `l_orderkey`,`l_linenumber`,`l_partkey`,`l_suppkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`l_orderkey`) BUCKETS 96
PROPERTIES (
"enable_mow_light_delete" = "true",
"function_column.sequence_type" = 'DATE',
"replication_num" = "3"
)
Expand Down
1 change: 0 additions & 1 deletion regression-test/suites/tpch_sf10_unique_p2/ddl/nation.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ UNIQUE KEY(`N_NATIONKEY`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`N_NATIONKEY`) BUCKETS 1
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
);

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ UNIQUE KEY(`N_NATIONKEY`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`N_NATIONKEY`) BUCKETS 1
PROPERTIES (
"enable_mow_light_delete" = "true",
"function_column.sequence_type" = 'int',
"replication_num" = "3"
);
Expand Down
1 change: 0 additions & 1 deletion regression-test/suites/tpch_sf10_unique_p2/ddl/orders.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ UNIQUE KEY(`o_orderkey`, `o_orderdate`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`o_orderkey`) BUCKETS 96
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ UNIQUE KEY(`o_orderkey`, `o_orderdate`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`o_orderkey`) BUCKETS 96
PROPERTIES (
"enable_mow_light_delete" = "true",
"function_column.sequence_type" = 'bigint',
"replication_num" = "3"
)
1 change: 0 additions & 1 deletion regression-test/suites/tpch_sf10_unique_p2/ddl/part.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ UNIQUE KEY(`p_partkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`p_partkey`) BUCKETS 24
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ UNIQUE KEY(`p_partkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`p_partkey`) BUCKETS 24
PROPERTIES (
"enable_mow_light_delete" = "true",
"function_column.sequence_type" = 'int',
"replication_num" = "3"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ UNIQUE KEY(`ps_partkey`,`ps_suppkey`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`ps_partkey`) BUCKETS 24
PROPERTIES (
"enable_mow_light_delete" = "true",
"replication_num" = "3"
)

Loading

0 comments on commit efbc135

Please sign in to comment.