lowka commented on code in PR #3669:
URL: https://github.com/apache/ignite-3/pull/3669#discussion_r1593922754


##########
modules/client-handler/src/testFixtures/java/org/apache/ignite/client/handler/FakeCatalogService.java:
##########
@@ -161,6 +161,11 @@ public CompletableFuture<Void> catalogReadyFuture(int 
version) {
         return null;
     }
 
+    @Override
+    public CompletableFuture<Void> catalogInitializationFuture() {
+        return null;

Review Comment:
   Fixed.



##########
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/storage/serialization/CatalogEntrySerializerProvider.java:
##########
@@ -81,6 +82,7 @@ public interface CatalogEntrySerializerProvider {
             serializers[MarshallableEntryType.SET_DEFAULT_ZONE.id()] = 
SetDefaultZoneEntry.SERIALIZER;
             //noinspection ThisEscapedInObjectConstruction
             serializers[MarshallableEntryType.VERSIONED_UPDATE.id()] = new 
VersionedUpdateSerializer(this);
+            serializers[MarshallableEntryType.NEW_SCHEMA.id()] = 
NewSchemaEntry.SERIALIZER;

Review Comment:
   Done.



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to