madeirak commented on issue #10436: URL: https://github.com/apache/iceberg/issues/10436#issuecomment-2527139517
> Two tables should _not_ share the same location as `remove_orphan_files` procedure can clean the files not related to current table as orphan files. > > Table names can change (via rename). So, Iceberg identifies the table from table UUID field. Since the UUID of old and new table is same. Iceberg considers it as the same table. Table location doesn't change because of rename operation, it is opaque to Iceberg reader and writers. It just refers the current table location. Thx for reply. What I care more about is building a table with the same name as the old table after renaming it, this operation is not recommended, right? -- 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 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