ygerzhedovich commented on code in PR #1134:
URL: https://github.com/apache/ignite-3/pull/1134#discussion_r997110801


##########
modules/extended-api/src/main/java/org/apache/ignite/internal/configuration/schema/ExtendedTableConfigurationSchema.java:
##########
@@ -35,13 +34,13 @@ public class ExtendedTableConfigurationSchema extends 
TableConfigurationSchema {
     public UUID id;
 
     /**
-     * Serialized version of an affinity assignments. Currently configuration 
doesn't support neither collections nor array of arrays, so
+     * Serialized version of an affinity assignments. Currently, configuration 
doesn't support neither collections nor array of arrays, so
      * that serialization was chosen.
      */
     @Value
     public byte[] assignments;
 
-    /** Schemas history as named list where name is schema version and value 
is serialized version of schema itself. */
-    @NamedConfigValue
-    public SchemaConfigurationSchema schemas;

Review Comment:
   the configuration class should be deleted, isn't it?



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