tkalkirill commented on code in PR #2691:
URL: https://github.com/apache/ignite-3/pull/2691#discussion_r1361467736
##########
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/commands/CatalogUtils.java:
##########
@@ -383,4 +382,21 @@ static CatalogIndexDescriptor
indexOrThrow(CatalogSchemaDescriptor schema, Strin
return index;
}
+
+ /**
+ * Returns index descriptor.
+ *
+ * @param catalog Catalog to look up index in.
+ * @param indexId ID of the index of interest.
+ * @throws IndexNotFoundValidationException If index is not exists.
Review Comment:
fix it
--
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]