You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by vi...@apache.org on 2023/03/21 16:17:34 UTC

[druid] branch master updated: Correct nested columns JSON example (#13953)

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

victoria 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 4f95285406 Correct nested columns JSON example (#13953)
4f95285406 is described below

commit 4f9528540630c36a5624b07e719bc5e53ab07d60
Author: Jill Osborne <ji...@imply.io>
AuthorDate: Tue Mar 21 16:17:26 2023 +0000

    Correct nested columns JSON example (#13953)
---
 docs/querying/nested-columns.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/querying/nested-columns.md b/docs/querying/nested-columns.md
index c64afc10a3..d0809ad8c2 100644
--- a/docs/querying/nested-columns.md
+++ b/docs/querying/nested-columns.md
@@ -364,7 +364,8 @@ FROM source
 PARTITIONED BY DAY
 ```
 <!--Native batch-->
-```{
+```
+{
   "type": "index_parallel",
   "spec": {
     "ioConfig": {
@@ -417,6 +418,10 @@ PARTITIONED BY DAY
         "queryGranularity": "none",
         "rollup": false,
         "segmentGranularity": "day"
+      }
+    }
+  }
+}
 ```
 <!--END_DOCUSAURUS_CODE_TABS-->
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org