You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Search before asking
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?
The text was updated successfully, but these errors were encountered: