mirror of https://github.com/apache/druid.git
Correct nested columns JSON example (#13953)
This commit is contained in:
parent
617c325c70
commit
4f95285406
|
@ -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-->
|
||||
|
||||
|
|
Loading…
Reference in New Issue