Correct nested columns JSON example (#13953)

This commit is contained in:
Jill Osborne 2023-03-21 16:17:26 +00:00 committed by GitHub
parent 617c325c70
commit 4f95285406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -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-->