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

brile pushed a commit to branch 33.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/33.0.0 by this push:
     new 9325c2f0209 docs: move deprecation msg to be more clear (#17912) 
(#17924)
9325c2f0209 is described below

commit 9325c2f020921a656fe72c40c9153da767d40442
Author: 317brian <[email protected]>
AuthorDate: Tue Apr 15 16:40:38 2025 -0700

    docs: move deprecation msg to be more clear (#17912) (#17924)
---
 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]

Reply via email to