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

kfaraz 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 df9e1bb97b7 Docs: Fix typo in tutorial (#16254)
df9e1bb97b7 is described below

commit df9e1bb97b7863183828553dd927dc0611574d6a
Author: 317brian <[email protected]>
AuthorDate: Tue Apr 9 20:29:52 2024 -0700

    Docs: Fix typo in tutorial (#16254)
---
 docs/tutorials/tutorial-sql-null.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tutorials/tutorial-sql-null.md 
b/docs/tutorials/tutorial-sql-null.md
index 555992368b0..eeddce4940f 100644
--- a/docs/tutorials/tutorial-sql-null.md
+++ b/docs/tutorials/tutorial-sql-null.md
@@ -148,7 +148,7 @@ Druid returns 2. Both the empty string and null values are 
excluded.
 
 ## Numeric query examples
 
-Druid does does not count null values in numeric comparisons.
+Druid does not count null values in numeric comparisons.
 
 ```sql
 SELECT COUNT(*)


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

Reply via email to