zyl891229 opened a new issue, #4147: URL: https://github.com/apache/paimon/issues/4147
### Search before asking - [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation Can paimon add a table attribute uuid as the table's unique identity. A UUID that identifies the table, generated when the table is created. Implementations must throw an exception if a table's UUID does not match the expected UUID after refreshing metadata. So far, can only use catalog name + database name + table name + table create time to generate unique identifiers. In the OLAP scenario, getting the create time spent a lot of time. ### Solution _No response_ ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
