tkalkirill commented on a change in pull request #568:
URL: https://github.com/apache/ignite-3/pull/568#discussion_r789569123



##########
File path: 
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java
##########
@@ -352,14 +351,6 @@ private void onTableCreateInternal(@NotNull 
ConfigurationNotificationEvent<Table
                         return CompletableFuture.allOf(futures);
                     }
 
-                    @Override
-                    public @NotNull CompletableFuture<?> onRename(@NotNull 
String oldName, @NotNull String newName,
-                            @NotNull ConfigurationNotificationEvent<TableView> 
ctx) {
-                        // TODO: IGNITE-15485 Support table rename operation.

Review comment:
       Rollback




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


Reply via email to