Skip to content

Conversation

@rdblue
Copy link
Contributor

@rdblue rdblue commented Mar 27, 2022

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.

@rdblue rdblue requested a review from danielcweeks March 27, 2022 21:30
@github-actions github-actions bot added the core label Mar 27, 2022
@rdblue rdblue force-pushed the remove-rest-delete-results branch from 58bf083 to 5bb530d Compare March 27, 2022 22:17
Copy link
Contributor

@danielcweeks danielcweeks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@rdblue rdblue merged commit 2aa474b into apache:master Mar 28, 2022
@rdblue
Copy link
Contributor Author

rdblue commented Mar 28, 2022

Thanks for reviewing, @danielcweeks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants