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

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


The following commit(s) were added to refs/heads/vtlim-patch-1 by this push:
     new c128970614a fix link in sql-translation.md
c128970614a is described below

commit c128970614a094d0153388e7f1db854697a139d2
Author: Victoria Lim <[email protected]>
AuthorDate: Thu Jan 9 16:41:31 2025 -0800

    fix link in sql-translation.md
---
 docs/querying/sql-translation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/querying/sql-translation.md b/docs/querying/sql-translation.md
index e430caa8bf0..5125d17acde 100644
--- a/docs/querying/sql-translation.md
+++ b/docs/querying/sql-translation.md
@@ -803,7 +803,7 @@ the query hits `maxStreamLength`: the maximum number of 
items to store in each s
 See [GitHub issue 11544](https://github.com/apache/druid/issues/11544) for 
more details.
 To workaround the issue, increase value of the maximum string length with the 
`approxQuantileDsMaxStreamLength` parameter
 in the query context. Since it is set to 1,000,000,000 by default, you don't 
need to override it in most cases.
-See [accuracy 
information](https://datasketches.apache.org/docs/Quantiles/OrigQuantilesSketch)
 in the DataSketches documentation for how many bytes are required per stream 
length.
+See [accuracy 
information](https://datasketches.apache.org/docs/Quantiles/ClassicQuantilesSketch.html)
 in the DataSketches documentation for how many bytes are required per stream 
length.
 This query context  parameter is a temporary solution to avoid the known 
issue. It may be removed in a future release after the bug is fixed.
 
 ## Unsupported features


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

Reply via email to