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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a4a2f58  Automatic Site Publish by Buildbot
a4a2f58 is described below

commit a4a2f58b130f81758b273e157dbe1dc7eb568da7
Author: buildbot <[email protected]>
AuthorDate: Tue Nov 30 19:33:28 2021 +0000

    Automatic Site Publish by Buildbot
---
 output/docs/Tuple/TupleJavaExample.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/output/docs/Tuple/TupleJavaExample.html 
b/output/docs/Tuple/TupleJavaExample.html
index cac3366..11918a6 100644
--- a/output/docs/Tuple/TupleJavaExample.html
+++ b/output/docs/Tuple/TupleJavaExample.html
@@ -562,8 +562,8 @@ import 
org.apache.datasketches.quantiles.UpdateDoublesSketch;
   ArrayOfDoublesSketch sketch2 = 
ArrayOfDoublesSketches.wrapSketch(Memory.wrap(bytes2));
 
   ArrayOfDoublesUnion union = new 
ArrayOfDoublesSetOperationBuilder().buildUnion();
-  union.update(sketch1);
-  union.update(sketch2);
+  union.union(sketch1);
+  union.union(sketch2);
   ArrayOfDoublesSketch unionResult = union.getResult();
 
   System.out.println("Union unique count estimate: " + 
unionResult.getEstimate());

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

Reply via email to