Update native-batch.md (#12478)

Fixed indent on the Granularity Spec section and removed some superfluous tabbings.
This commit is contained in:
Peter Marshall 2022-04-25 14:44:17 +01:00 committed by GitHub
parent 4781af9921
commit b47316b844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 37 deletions

View File

@ -157,7 +157,9 @@ The following example illustrates the configuration for a parallel indexing task
"granularitySpec": { "granularitySpec": {
"segmentGranularity": "DAY", "segmentGranularity": "DAY",
"queryGranularity": "second", "queryGranularity": "second",
"intervals" : [ "2013-08-31/2013-09-02" ] "intervals": [
"2013-08-31/2013-09-02"
]
} }
}, },
"ioConfig": { "ioConfig": {