ygerzhedovich commented on a change in pull request #708:
URL: https://github.com/apache/ignite-3/pull/708#discussion_r822700642



##########
File path: 
modules/api/src/main/java/org/apache/ignite/schema/definition/builder/PrimaryKeyDefinitionBuilder.java
##########
@@ -30,15 +30,15 @@
      * @param cols Affinity columns. Must be a valid subset of key columns.
      * @return Primary index builder.
      */
-    PrimaryKeyDefinitionBuilder withAffinityColumns(String... cols);
+    PrimaryKeyDefinitionBuilder withColocationColumns(String... cols);
 
     /**
      * Sets affinity columns.
      *
      * @param cols Affinity columns. Must be a valid subset of key columns.

Review comment:
       Affinity -> Colocation




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