kbendick commented on code in PR #4448:
URL: https://github.com/apache/iceberg/pull/4448#discussion_r863999870


##########
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:
   Oh good point they don't. Since we're building them via the builder, it's 
not really necessary. Plus validate is called in the constructor anyway.



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