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


##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/metadata/ColocationGroup.java:
##########
@@ -340,9 +350,10 @@ public int[] partitions(UUID nodeId) {
         marshalledAssignments = builder.build().buffer();
     }
 
-    /** {@inheritDoc} */
-    @Override public void selfUnmarshal() {
-        if (F.isEmpty(marshalledAssignments))
+    /** Properly unwraps colocation group as {@link Message} after receiving 
from another node. */
+    public void received() {

Review Comment:
   ```suggestion
       public void afterReceive() {
   ```



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