madeirak opened a new issue, #11762: URL: https://github.com/apache/iceberg/issues/11762
### Apache Iceberg version 1.4.3 ### Query engine Spark ### Please describe the bug 🐞 ``` CREATE TABLE db03.test_123 ( id INT COMMENT '11', name STRING COMMENT '', )USING iceberg PARTITIONED BY (name1) ``` 1. Rename the partition field `alter table test_123 rename column name to name1;` 2. Add a field with the same name as the old partition field `alter table test_123 add column name int;` then got error ![image](https://github.com/user-attachments/assets/61188940-3d30-4eaf-9e77-04dade276b70) ### Willingness to contribute - [ ] I can contribute a fix for this bug independently - [ ] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [ ] I cannot contribute a fix for this bug at this time -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org