-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API, Core: Add UUID API to Table #8800
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this LGTM, but I think there should be a check in CatalogTests#testCompleteCreateTable()
that makes sure the UUID on the table is set
Sure thing, I can add a test for this |
5848761
to
2c9ee38
Compare
2c9ee38
to
d699d70
Compare
d699d70
to
bd4c8a5
Compare
bd4c8a5
to
fdac953
Compare
This change exposes the underlying table metadata UUID via the Table API for easier access (currently one has to go through multiple hops + casting to get these details, but since a table should always have a defined UUID it will make it easier for clients to just access it via an API)