nevzheng commented on PR #12226:
URL: https://github.com/apache/gravitino/pull/12226#issuecomment-5121970651
This PR was rewritten to expose only retained table names through the
existing table-list API:
`GET /v1/{prefix}/namespaces/{namespace}/tables?deleted=true`
It preserves existing pagination, filters authorization before pagination,
avoids loading the live Iceberg catalog, and returns the ordinary
`ListTablesResponse`. It exposes no deletion ID, lifecycle record, specialized
detail route, or deletion-specific ETag.
This keeps discovery inside the existing table API and gives clients exactly
what they need to select a table for UNDROP.
--
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]