You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2019/08/23 03:35:48 UTC

[incubator-datasketches-java] 03/03: Minor comment update

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-java.git

commit 0ba8f4c904ba252e60473cf90a84ed363c7db594
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Aug 22 20:35:18 2019 -0700

    Minor comment update
---
 src/main/java/com/yahoo/sketches/fdt/PostProcessor.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/com/yahoo/sketches/fdt/PostProcessor.java b/src/main/java/com/yahoo/sketches/fdt/PostProcessor.java
index 85977cb..1a3bf08 100644
--- a/src/main/java/com/yahoo/sketches/fdt/PostProcessor.java
+++ b/src/main/java/com/yahoo/sketches/fdt/PostProcessor.java
@@ -106,6 +106,7 @@ public class PostProcessor {
     final int lgMapArrSize = Integer.numberOfTrailingZeros(mapArrSize);
 
     while (it.next()) {
+      //getSummary() is not a copy, but getValue() is
       final String[] arr = it.getSummary().getValue();
       final String priKey = getPrimaryKey(arr, priKeyIndices, sep);
       final long hash = stringHash(priKey);


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