sashapolo commented on code in PR #2143:
URL: https://github.com/apache/ignite-3/pull/2143#discussion_r1221086830
##########
modules/index/src/main/java/org/apache/ignite/internal/index/IndexManager.java:
##########
@@ -608,4 +599,54 @@ public CompletableFuture<?>
onUpdate(ConfigurationNotificationEvent<TableIndexVi
return failedFuture(new IllegalStateException("Should not be
called"));
}
}
+
+ /**
+ * Converts a catalog index descriptor to an event index descriptor.
+ *
+ * @param descriptor Catalog index descriptor.
+ */
+ static IndexDescriptor
toEventIndexDescriptor(org.apache.ignite.internal.catalog.descriptors.IndexDescriptor
descriptor) {
Review Comment:
These methods should be private
--
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]