tkalkirill commented on code in PR #5443:
URL: https://github.com/apache/ignite-3/pull/5443#discussion_r2005169113


##########
modules/core/src/main/java/org/apache/ignite/internal/versioned/VersionedSerializer.java:
##########
@@ -136,10 +136,10 @@ protected static Set<String> 
readStringSet(IgniteDataInput in) throws IOExceptio
         return result;
     }
 
-    protected static void writeVarIntSet(Set<Integer> partitionIds, 
IgniteDataOutput out) throws IOException {
-        out.writeVarInt(partitionIds.size());
+    protected static void writeVarIntSet(Set<Integer> varIntSet, 
IgniteDataOutput out) throws IOException {
+        out.writeVarInt(varIntSet.size());

Review Comment:
   Ok



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to