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

### 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]