Apache Iceberg version
1.4.3
Query engine
Spark
Please describe the bug 🐞
-
column d is also a partition field

-
delete column d
ALTER TABLE test_p DROP partition field d;
ALTER TABLE test_p DROP COLUMN d;

-
add column d;

why i got this exception, and what should i do ??
Apache Iceberg version
1.4.3
Query engine
Spark
Please describe the bug 🐞
column d is also a partition field

delete column d

ALTER TABLE test_p DROP partition field d;
ALTER TABLE test_p DROP COLUMN d;
add column d;

why i got this exception, and what should i do ??