mirror of https://github.com/apache/druid.git
Use correct key in query.body for twitter example
This commit is contained in:
parent
e5066397c3
commit
3763a0b738
|
@ -2,7 +2,7 @@
|
|||
"queryType": "groupBy",
|
||||
"dataSource": "twitterstream",
|
||||
"granularity": "all",
|
||||
"dimension": ["lang"],
|
||||
"dimensions": ["lang"],
|
||||
"threshold": 10,
|
||||
"metric": "totally",
|
||||
"aggregations":[
|
||||
|
|
Loading…
Reference in New Issue