nevzheng commented on PR #12227:
URL: https://github.com/apache/gravitino/pull/12227#issuecomment-5121971288
This PR was rewritten as name-only UNDROP:
`POST /management/v1/{prefix}/namespaces/{namespace}/tables/{table}/undrop`
The request has no body, deletion ID, or `If-Match` requirement. The server
resolves the retained row by schema and table name, captures its internal
deletion ID, and carries that exact generation through authorization and the
row-locked restore transaction.
UNDROP directly reactivates the original row, clears its deletion fields,
consumes the action, appends the metadata change, invalidates caches, and
returns the ordinary live table response. It performs no Iceberg registration,
synchronous cleanup, or saga.
--
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]