Zhangg7723 opened a new issue, #7052: URL: https://github.com/apache/iceberg/issues/7052
### Apache Iceberg version 1.1.0 (latest release) ### Query engine Flink ### Please describe the bug π After these steps: 1. create table A. 2. rename table A to table B. 3. create table A. 4. drop table B. table A location will be removed, because table A and B are stored in the same location. In my opinion, table location should be unique with uuid suffix when table is created. -- 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]
