File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments