SammyVimes commented on a change in pull request #523:
URL: https://github.com/apache/ignite-3/pull/523#discussion_r774938454



##########
File path: 
modules/network/src/main/java/org/apache/ignite/internal/network/direct/stream/DirectByteBufferStreamImplV1.java
##########
@@ -1343,6 +1362,81 @@ public IgniteUuid readIgniteUuid() {
         return map0;
     }
 
+    /** {@inheritDoc} */
+    @Override
+    public <T> void writeMarshallable(T object, MessageWriter writer) {
+        switch (marshallableState) {
+            case 0:

Review comment:
       and, well, why do they need clarifying names?




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