kbendick opened a new issue, #4876: URL: https://github.com/apache/iceberg/issues/4876
The MetadataUpdate actions RemoveSnapshotRef is not listed in the OpenAPI spec. This REST update action type _is_ something that will be used with newer tables (and not just something made available in the off chance somebody needs it for porting _very_ legacy tables over to the updated spec requirements, as is the case for `AssignUUID`). We will need to add it to the REST OpenAPI spec in the following enum, as well as add a class for the update action in the open api spec as well: 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/128d5a161fda076118a7cab1d95ab5064400e08a/core/src/main/java/org/apache/iceberg/MetadataUpdate.java#L218-L233 @singhpk234 has already begun to undertake this work in https://github.com/apache/iceberg/pull/4866, which will close this issue. -- 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]
