rdblue opened a new pull request, #16400:
URL: https://github.com/apache/iceberg/pull/16400

   This adds an endpoint to `unregister` a table from a REST catalog without 
deleting data or metadata files. A `register` endpoint already exists to add a 
table to a REST catalog, since most migrations have been to REST from Hive or 
other catalogs. But an `unregister` endpoint is needed to safely migrate from 
one REST catalog to another through the API.
   
   This uses an empty POST to `unregister` under a table resource 
(`/v1/{prefix}/namespaces/{namespace}/tables/{table}/unregister`), rather than 
along side the `register` endpoint, which would require an unregister-specific 
request.
   
   The request and endpoint structure were co-authored by Claude Code (Opus 
4.7).


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