nizhikov commented on code in PR #12677:
URL: https://github.com/apache/ignite/pull/12677#discussion_r2755681833


##########
modules/core/src/main/java/org/apache/ignite/internal/commandline/cache/distribution/CacheDistributionPartition.java:
##########
@@ -32,19 +28,19 @@ public class CacheDistributionPartition extends 
IgniteDataTransferObject {
     private static final long serialVersionUID = 0L;
 
     /** Partition identifier. */
-    private int partId;
+    int partId;
 
     /** Flag primary or backup partition. */
-    private boolean primary;
+    boolean primary;

Review Comment:
   Order support will be added after full migration to code generator



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