kbendick opened a new pull request, #4860: URL: https://github.com/apache/iceberg/pull/4860
This closes issue https://github.com/apache/iceberg/issues/4828 As part of the create / update table workflow, as part of a commit, a table's UUID can be set. This is encoded in the class MetadataUpdate.AssignUUID, but it's not present in the REST Catalog's spec. https://github.com/apache/iceberg/blob/b8626eecc139f638b162f06a5f8f3c8bb210346a/core/src/main/java/org/apache/iceberg/MetadataUpdate.java#L34-L49 Adding this into the spec, with the class name following the existing class names. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
