You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2021/08/06 22:48:18 UTC

[datasketches-server] branch test_coverage updated: fix errors in merge (incomplete synchronization, incorrect handling of k in some cases), refactor and use imports to improve code readability a bit, partial merge tests

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

jmalkin pushed a commit to branch test_coverage
in repository https://gitbox.apache.org/repos/asf/datasketches-server.git


The following commit(s) were added to refs/heads/test_coverage by this push:
     new c02d244  fix errors in merge (incomplete synchronization, incorrect handling of k in some cases), refactor and use imports to improve code readability a bit, partial merge tests
c02d244 is described below

commit c02d244f139a7eff2cb068f0d99d7a56dab32a34
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Fri Aug 6 15:48:07 2021 -0700

    fix errors in merge (incomplete synchronization, incorrect handling of k in some cases), refactor and use imports to improve code readability a bit, partial merge tests
---
 src/test/java/org/apache/datasketches/server/MergeHandlerTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/test/java/org/apache/datasketches/server/MergeHandlerTest.java b/src/test/java/org/apache/datasketches/server/MergeHandlerTest.java
new file mode 100644
index 0000000..291138e
--- /dev/null
+++ b/src/test/java/org/apache/datasketches/server/MergeHandlerTest.java
@@ -0,0 +1,2 @@
+package org.apache.datasketches.server;public class MergeHandlerTest {
+}

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