mirror of https://github.com/apache/druid.git
Update index.md (#11105)
Fix json typo in readme for granularitySpec in compaction config example
This commit is contained in:
parent
25db8787b3
commit
f60d8ea1c3
|
@ -875,7 +875,7 @@ An example of compaction config is:
|
||||||
{
|
{
|
||||||
"dataSource": "wikiticker",
|
"dataSource": "wikiticker",
|
||||||
"granularitySpec" : {
|
"granularitySpec" : {
|
||||||
"segmentGranularity : "none"
|
"segmentGranularity" : "none"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue