danielcweeks commented on code in PR #16584:
URL: https://github.com/apache/iceberg/pull/16584#discussion_r3501830582
##########
core/src/main/java/org/apache/iceberg/rest/RESTCatalog.java:
##########
@@ -246,6 +246,19 @@ public Table registerTable(
return delegate.registerTable(ident, metadataFileLocation, overwrite);
}
+ /**
+ * Unregister a table from the catalog without removing its data or metadata
files.
+ *
+ * <p>This is the opposite of {@link #registerTable(TableIdentifier,
String)}. The underlying data
+ * and metadata files are left in place so that the table can be registered
in another catalog.
Review Comment:
```suggestion
* Unregister a table from the catalog.
*
* <p>This is the opposite of {@link #registerTable(TableIdentifier,
String)}. The underlying data
* and metadata files should be left in place so that the table can be
registered in another catalog.
```
--
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]