NSAmelchev commented on a change in pull request #7679: IGNITE-12827 Fix 
skipped detach flag when unmarshalling collections and object arrays.
URL: https://github.com/apache/ignite/pull/7679#discussion_r409596733
 
 

 ##########
 File path: 
modules/core/src/test/java/org/apache/ignite/internal/binary/BinaryMarshallerSelfTest.java
 ##########
 @@ -5717,4 +5811,72 @@ private Object readResolve() {
             }
         }
     }
+
+    /** */
+    static class TestPlatformMemory implements PlatformMemory {
+        /** */
+        private static final int DEFAULT_CAPACITY = 1024;
+
+        /** */
+        long memPtr;
 
 Review comment:
   Can be `private`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to