-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Search before asking
- I searched in the issues and found nothing similar.
Motivation
Can paimon add a table attribute uuid as the table 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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request