rpuch commented on code in PR #7598:
URL: https://github.com/apache/ignite-3/pull/7598#discussion_r2821704061
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/schema/MetadataSufficiency.java:
##########
@@ -18,12 +18,14 @@
package org.apache.ignite.internal.table.distributed.schema;
import org.apache.ignite.internal.catalog.CatalogService;
+import org.apache.ignite.internal.hlc.HybridTimestamp;
+import org.apache.ignite.internal.schema.SchemaSyncService;
/**
- * Logic that allows to determine whether the logcal Catalog version is
sufficient.
+ * Logic that allows to determine whether the local schema metadata is
sufficient.
*/
-public class CatalogVersionSufficiency {
- private CatalogVersionSufficiency() {
+public class MetadataSufficiency {
Review Comment:
Its only method is used in 2 places and it serves a purpose of explaining
its intent, so I think it's useful
--
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]