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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]