mirror of https://github.com/apache/druid.git
Update examples/twitter/query.body
Remove confusing unused fields
This commit is contained in:
parent
10b9425937
commit
2d69a833f4
|
@ -3,8 +3,6 @@
|
|||
"dataSource": "twitterstream",
|
||||
"granularity": "all",
|
||||
"dimensions": ["lang"],
|
||||
"threshold": 10,
|
||||
"metric": "totally",
|
||||
"aggregations":[
|
||||
{ "type": "count", "name": "rows"},
|
||||
{ "type": "doubleSum", "fieldName": "tweets", "name": "tweets"},
|
||||
|
|
Loading…
Reference in New Issue