zstan commented on a change in pull request #502:
URL: https://github.com/apache/ignite-3/pull/502#discussion_r768632256
##########
File path:
modules/api/src/main/java/org/apache/ignite/table/manager/IgniteTables.java
##########
@@ -110,14 +83,15 @@
* <ul>
* <li>the node is stopping.</li>
* </ul>
+ * @see TableNotFoundException
*/
CompletableFuture<Void> alterTableAsync(String name, Consumer<TableChange>
tableChange);
/**
- * Drops a table with the name specified. If a table with the specified
name does not exist in the cluster, the operation has no
- * effect.
+ * Drops a table with the name specified. If appropriate table does not be
found, an exception will be thrown.
*
* @param name Table name.
+ * @throws TableNotFoundException If a table with the name does not exist.
Review comment:
```suggestion
* @throws TableNotFoundException If a table with the {@link name} does
not exist.
```
--
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]