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",
|
"dataSource": "twitterstream",
|
||||||
"granularity": "all",
|
"granularity": "all",
|
||||||
"dimensions": ["lang"],
|
"dimensions": ["lang"],
|
||||||
"threshold": 10,
|
|
||||||
"metric": "totally",
|
|
||||||
"aggregations":[
|
"aggregations":[
|
||||||
{ "type": "count", "name": "rows"},
|
{ "type": "count", "name": "rows"},
|
||||||
{ "type": "doubleSum", "fieldName": "tweets", "name": "tweets"},
|
{ "type": "doubleSum", "fieldName": "tweets", "name": "tweets"},
|
||||||
|
|
Loading…
Reference in New Issue