FANNG1 commented on code in PR #5156: URL: https://github.com/apache/gravitino/pull/5156#discussion_r1810137354
########## iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/rest/IcebergTableRenameOperations.java: ########## @@ -57,7 +60,13 @@ public IcebergTableRenameOperations(IcebergCatalogWrapperManager icebergCatalogW @ResponseMetered(name = "rename-table", absolute = true) public Response renameTable( @PathParam("prefix") String prefix, RenameTableRequest renameTableRequest) { - icebergCatalogWrapperManager.getOps(prefix).renameTable(renameTableRequest); + String catalogName = IcebergRestUtils.getCatalogName(prefix); + LOG.info( + "List Iceberg tables, catalog:{}, source: {}, destination: {}.", Review Comment: fixed with rename -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org