shishkovilja commented on code in PR #13468:
URL: https://github.com/apache/ignite/pull/13468#discussion_r3774416126


##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/metadata/ColocationGroup.java:
##########
@@ -49,17 +56,17 @@ public class ColocationGroup implements 
SelfMarshallingMessage {
     List<UUID> nodeIds;
 
     /** */
-    private List<List<UUID>> assignments;
+    private @Nullable List<List<UUID>> assignments;
 
     /**
      * Flag, indacating that assignment is formed by original cache assignment 
for given topology.
      * In case of {@code true} value we can skip assignment marshalling and 
calc assignment on remote nodes.
      */
     private boolean primaryAssignment;
 
-    /** Marshalled assignments serialization call holder. */
+    /** Marshaled assignments serialization call holder. */

Review Comment:
   As I understand, both are correct, but single 'l' is used in American 
English. Most of time we used doble 'l', may be use it uniformly?



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