kbendick opened a new issue, #4828:
URL: https://github.com/apache/iceberg/issues/4828

   The MetadataUpdate actions AssignUUID is not listed in the OpenAPI spec.
   
   It's also not currently fully implemented, but we do have the code in place 
for JSON SerDe, as well as the class (only the `applyTo` logic has not been 
fleshed out yet).
   
   We will need to add it to the REST OpenAPI spec in the following enum, as 
well as add a class for it: 
https://github.com/apache/iceberg/blob/b8626eecc139f638b162f06a5f8f3c8bb210346a/open-api/rest-catalog-open-api.yaml#L1175-L1195
   
   The class itself is defined here: 
https://github.com/apache/iceberg/blob/b8626eecc139f638b162f06a5f8f3c8bb210346a/core/src/main/java/org/apache/iceberg/MetadataUpdate.java#L34-L49


-- 
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]

Reply via email to