This is an automated email from the ASF dual-hosted git repository.
abhishekrb 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 65412f80ab9 remove additional column marks (#16319)
65412f80ab9 is described below
commit 65412f80ab9ae1078c9b792fbdd70cfae7b5492d
Author: Charles Smith <[email protected]>
AuthorDate: Mon Apr 22 19:41:54 2024 -0700
remove additional column marks (#16319)
---
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 eeddce4940f..37cf23a7152 100644
--- a/docs/tutorials/tutorial-sql-null.md
+++ b/docs/tutorials/tutorial-sql-null.md
@@ -133,7 +133,7 @@ WHERE "string_value" IS NULL OR "string_value" = ''
Druid returns the following:
|`__time`|`title`|`string_value`|`numeric_value`|
-|---|---|---|---|---|---|
+|---|---|---|---|
|`2024-01-01T01:04:00.000Z`|`example_3`|`empty`|`null`|
|`2024-01-01T01:05:00.000Z`|`example_4`|`null`|`null`|
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]