sashapolo commented on a change in pull request #468:
URL: https://github.com/apache/ignite-3/pull/468#discussion_r768624210



##########
File path: 
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/engine/TableStorage.java
##########
@@ -52,10 +52,32 @@
      *
      * @param partId Partition id.
      * @throws IllegalArgumentException If partition id is out of bounds.
-     * @throws StorageException If an error has occurred during the partition 
destruction.
+     * @throws StorageException         If an error has occurred during the 
partition destruction.
      */
     void dropPartition(int partId) throws StorageException;
 
+    /**
+     * Creates or returns an already created Sorted Index with the given name.
+     *
+     * <p>A prerequisite for calling this method is to have the index already 
configured under the same name in the Table Configuration

Review comment:
       why?




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