mirror of https://github.com/apache/druid.git
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:
parent
b91a16943b
commit
69f2b1ef00
|
@ -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": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue