mirror of https://github.com/apache/druid.git
Merge pull request #5 from mashion/fix-twitter-example
Fix twitter example to correctly groupBy by lang dimension
This commit is contained in:
commit
10b9425937
|
@ -2,7 +2,7 @@
|
|||
"queryType": "groupBy",
|
||||
"dataSource": "twitterstream",
|
||||
"granularity": "all",
|
||||
"dimension": ["lang"],
|
||||
"dimensions": ["lang"],
|
||||
"threshold": 10,
|
||||
"metric": "totally",
|
||||
"aggregations":[
|
||||
|
|
Loading…
Reference in New Issue