rdblue commented on code in PR #4448:
URL: https://github.com/apache/iceberg/pull/4448#discussion_r863912860
##########
core/src/main/java/org/apache/iceberg/rest/CatalogHandlers.java:
##########
@@ -245,6 +246,11 @@ public static LoadTableResponse updateTable(Catalog
catalog, TableIdentifier ide
.build();
}
+ public static void renameTable(Catalog catalog, RenameTableRequest request) {
+ request.validate();
Review Comment:
I don't think other methods in `CatalogHandlers` run `validate`. I think
that should be done before passing it in here.
--
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]