Update index.md (#11105)

Fix json typo in readme for granularitySpec in compaction config example
This commit is contained in:
bergmt2000 2021-04-13 03:26:36 -05:00 committed by GitHub
parent 25db8787b3
commit f60d8ea1c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ An example of compaction config is:
{ {
"dataSource": "wikiticker", "dataSource": "wikiticker",
"granularitySpec" : { "granularitySpec" : {
"segmentGranularity : "none" "segmentGranularity" : "none"
} }
} }
``` ```