AMashenkov commented on code in PR #1005:
URL: https://github.com/apache/ignite-3/pull/1005#discussion_r954837502
##########
modules/index/src/main/java/org/apache/ignite/internal/index/IndexManager.java:
##########
@@ -225,13 +256,32 @@ public CompletableFuture<Index<?>> createIndexAsync(
*
* @param schemaName A name of the schema the index belong to.
* @param indexName A name of the index to drop.
+ * @param failIfNotExist Flag, which force failure, when {@code trues} if
index doen't not exists.
+ * @return {@code True} if index was removed, {@code false} otherwise.
+ * @throws IndexNotFoundException If index doesn't exist and {@code
failIfNotExist} param was {@code true}.
+ */
+ public boolean dropIndex(
Review Comment:
DdlCommanHandler uses synchronous methods for alter table operations.
--
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]