leerho commented on a change in pull request #369:
URL: https://github.com/apache/datasketches-java/pull/369#discussion_r741400246



##########
File path: src/main/java/org/apache/datasketches/tuple/CompactSketch.java
##########
@@ -120,7 +120,7 @@
         }
       }
     } else { // current serial format
-      offset++;
+      offset++; //skip unused byte
       final byte flags = mem.getByte(offset++);
       offset += 2;

Review comment:
       This change is what you suggested in your previous review.  This is not 
"another", it is the same one :)




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to