rdblue opened a new pull request #4412: URL: https://github.com/apache/iceberg/pull/4412
This updates the REST catalog implementation for #4366 by removing the delete response objects. Whether the object was deleted or not found is now communicated by response code. 204 indicates that the object was successfully deleted. 404 indicates that the object did not exist. Purge is still not implemented, but will use 202 to return a callback for checking on a purge operation that has not yet completed. -- 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]
