Zhanxiao-Ma opened a new issue, #13945: URL: https://github.com/apache/iceberg/issues/13945
### Apache Iceberg version 1.5.2 ### Query engine None ### Please describe the bug 🐞 The table schema: a, b, c, with the schemaId 0. Column a is selected as the partition column to obtain PartitionSpec1. Then, the partition information on column a is deleted to obtain PartitionSpec2, followed by the deletion of column a, resulting in schemaId1. When retrieving PartitionSpec1 again, it is found that its schemaId is 1, whereas theoretically, the schemaId should remain 0. ### 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]
