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

victoria pushed a commit to branch vtlim-patch-2
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/vtlim-patch-2 by this push:
     new 20501449511 fix link in datasketches-kll.md
20501449511 is described below

commit 20501449511197a77b203e34e031fd57b10e3446
Author: Victoria Lim <[email protected]>
AuthorDate: Tue Jul 22 15:03:15 2025 -0700

    fix link in datasketches-kll.md
---
 docs/development/extensions-core/datasketches-kll.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/development/extensions-core/datasketches-kll.md 
b/docs/development/extensions-core/datasketches-kll.md
index 5245f816d88..b8e372dc942 100644
--- a/docs/development/extensions-core/datasketches-kll.md
+++ b/docs/development/extensions-core/datasketches-kll.md
@@ -23,7 +23,7 @@ title: "DataSketches KLL Sketch module"
   -->
 
 
-This module provides Apache Druid aggregators based on numeric quantiles 
KllFloatsSketch and KllDoublesSketch from [Apache 
DataSketches](https://datasketches.apache.org/) library. KLL quantiles sketch 
is a mergeable streaming algorithm to estimate the distribution of values, and 
approximately answer queries about the rank of a value, probability mass 
function of the distribution (PMF) or histogram, cumulative distribution 
function (CDF), and quantiles (median, min, max, 95th percentile a [...]
+This module provides Apache Druid aggregators based on numeric quantiles 
KllFloatsSketch and KllDoublesSketch from [Apache 
DataSketches](https://datasketches.apache.org/) library. KLL quantiles sketch 
is a mergeable streaming algorithm to estimate the distribution of values, and 
approximately answer queries about the rank of a value, probability mass 
function of the distribution (PMF) or histogram, cumulative distribution 
function (CDF), and quantiles (median, min, max, 95th percentile a [...]
 
 There are three major modes of operation:
 


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

Reply via email to