You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by GitBox <gi...@apache.org> on 2021/11/01 22:27:57 UTC

[GitHub] [datasketches-java] leerho commented on a change in pull request #369: Fix Mikhail's bug

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



##########
File path: src/main/java/org/apache/datasketches/tuple/CompactSketch.java
##########
@@ -118,9 +120,9 @@
         }
       }
     } else { // current serial format
-      offset++; // unused
+      offset++;

Review comment:
       will fix.  Thanks!




-- 
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: commits-unsubscribe@datasketches.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org