AMashenkov commented on code in PR #5373:
URL: https://github.com/apache/ignite-3/pull/5373#discussion_r1991444968


##########
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogHashIndexDescriptorSerializers.java:
##########
@@ -63,4 +63,33 @@ public void writeTo(CatalogHashIndexDescriptor descriptor, 
IgniteDataOutput outp
             writeStringCollection(descriptor.columns(), output);
         }
     }
+
+    @CatalogSerializer(version = 1, since = "3.1.0")

Review Comment:
   Here and other newly added serializers version should be equal to 2.
   ```suggestion
       @CatalogSerializer(version = 2, since = "3.1.0")
   ```



-- 
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]

Reply via email to