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 2024/02/14 02:29:30 UTC

(datasketches-java) 03/06: Turned printing off.

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

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

commit 4b652d581fc360526afdd933116e66b3ebdf9cf7
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sat Feb 10 12:26:23 2024 -0800

    Turned printing off.
---
 .../datasketches/quantiles/ItemsSketchPartitionBoundariesTest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/datasketches/quantiles/ItemsSketchPartitionBoundariesTest.java b/src/test/java/org/apache/datasketches/quantiles/ItemsSketchPartitionBoundariesTest.java
index a980c01b..7cafbc39 100644
--- a/src/test/java/org/apache/datasketches/quantiles/ItemsSketchPartitionBoundariesTest.java
+++ b/src/test/java/org/apache/datasketches/quantiles/ItemsSketchPartitionBoundariesTest.java
@@ -67,7 +67,7 @@ public class ItemsSketchPartitionBoundariesTest {
     println("PRINTING: "+this.getClass().getName());
   }
 
-  private final static boolean enablePrinting = true;
+  private final static boolean enablePrinting = false;
 
   /**
    * @param format the format


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