rpuch commented on code in PR #3424:
URL: https://github.com/apache/ignite-3/pull/3424#discussion_r1528016649
##########
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogManager.java:
##########
@@ -29,16 +29,16 @@ public interface CatalogManager extends IgniteComponent,
CatalogService {
* Executes given command.
*
* @param command Command to execute.
- * @return Future representing result of execution.
+ * @return Future representing result of execution (it will be completed
with the created catalog version).
*/
- CompletableFuture<Void> execute(CatalogCommand command);
+ CompletableFuture<Integer> execute(CatalogCommand command);
Review Comment:
In `DdlCommandHandler#handleCreateIndex()`
--
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]