Skip to content

Commit 2e0fcd9

Browse files
authored
Remove unneeded partitoning
1 parent d967050 commit 2e0fcd9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

dev/provision.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@
120120
"""
121121
)
122122

123-
# Partitioning is not really needed, but there is a bug:
124-
# https://github.com/apache/iceberg/pull/7685
125-
spark.sql(f"ALTER TABLE {catalog_name}.default.test_positional_mor_deletes ADD PARTITION FIELD years(dt) AS dt_years")
126-
127123
spark.sql(
128124
f"""
129125
INSERT INTO {catalog_name}.default.test_positional_mor_deletes
@@ -168,10 +164,6 @@
168164
"""
169165
)
170166

171-
# Partitioning is not really needed, but there is a bug:
172-
# https://github.com/apache/iceberg/pull/7685
173-
spark.sql(f"ALTER TABLE {catalog_name}.default.test_positional_mor_double_deletes ADD PARTITION FIELD years(dt) AS dt_years")
174-
175167
spark.sql(
176168
f"""
177169
INSERT INTO {catalog_name}.default.test_positional_mor_double_deletes

0 commit comments

Comments
 (0)