Correct the position of the double quotation in distinctcount.md file (#10094)

```
"dimensions": "[sample_dim]"
```
should be
```
"dimensions": ["sample_dim"]
```
This commit is contained in:
BIGrey 2020-06-30 11:59:56 +08:00 committed by GitHub
parent b91a16943b
commit 69f2b1ef00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ Example:
{ {
"queryType": "groupBy", "queryType": "groupBy",
"dataSource": "sample_datasource", "dataSource": "sample_datasource",
"dimensions": "[sample_dim]", "dimensions": ["sample_dim"],
"granularity": "all", "granularity": "all",
"aggregations": [ "aggregations": [
{ {