vldpyatkov commented on a change in pull request #344:
URL: https://github.com/apache/ignite-3/pull/344#discussion_r747772571
##########
File path:
modules/schema/src/main/java/org/apache/ignite/internal/schema/SchemaRegistry.java
##########
@@ -50,6 +51,13 @@
* @throws SchemaRegistryException If no schema found for given version.
*/
@NotNull SchemaDescriptor schema(int ver) throws SchemaRegistryException;
+
+ /**
+ * Gets schema descriptor for the latest version in cluster.
+ *
+ * @return Schema descriptor if initialized, {@code null} otherwise.
+ */
+ SchemaDescriptor waitLatesSchema();
Review comment:
Fixed.
--
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]