This is an automated email from the ASF dual-hosted git repository.
karan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 87353b1eeda docs: move deprecation msg to be more clear (#17912)
87353b1eeda is described below
commit 87353b1eedab24a5dc288bb60b54dd500f397c84
Author: 317brian <[email protected]>
AuthorDate: Tue Apr 15 03:34:47 2025 -0700
docs: move deprecation msg to be more clear (#17912)
* docs: move deprecation msg to be more clear
* typo
* Update docs/development/extensions-core/approximate-histograms.md
Co-authored-by: Kashif Faraz <[email protected]>
---------
Co-authored-by: Karan Kumar <[email protected]>
Co-authored-by: Kashif Faraz <[email protected]>
---
docs/development/extensions-core/approximate-histograms.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/docs/development/extensions-core/approximate-histograms.md
b/docs/development/extensions-core/approximate-histograms.md
index b92190361df..240d87a5a0a 100644
--- a/docs/development/extensions-core/approximate-histograms.md
+++ b/docs/development/extensions-core/approximate-histograms.md
@@ -23,17 +23,18 @@ title: "Approximate Histogram aggregators"
-->
+:::caution
+ The Approximate Histogram aggregator is deprecated. Use [DataSketches
Quantiles](../extensions-core/datasketches-quantiles.md) instead as it provides
a superior distribution-independent algorithm with formal error guarantees.
+:::
+
To use this Apache Druid extension,
[include](../../configuration/extensions.md#loading-extensions)
`druid-histogram` in the extensions load list.
The `druid-histogram` extension provides an approximate histogram aggregator
and a fixed buckets histogram aggregator.
<a name="approximate-histogram-aggregator"></a>
-## Approximate Histogram aggregator (Deprecated)
+## Approximate Histogram aggregator
-:::info
- The Approximate Histogram aggregator is deprecated. Please use [DataSketches
Quantiles](../extensions-core/datasketches-quantiles.md) instead which provides
a superior distribution-independent algorithm with formal error guarantees.
-:::
This aggregator is based on
[http://jmlr.org/papers/volume11/ben-haim10a/ben-haim10a.pdf](http://jmlr.org/papers/volume11/ben-haim10a/ben-haim10a.pdf)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]