Make sure these boxes are checked before submitting your issue - thank you!
Superset version
0.18.5
0.17.6
Expected results
Disaply the atomic rows of Druid
Actual results
It shows "No data"
Steps to reproduce
The time ranges is from 90 days ago to now.And I am sure that in this time range,Druid has data. When I use the " GROUPED BY " functuion, superset return the results,But when use "NOT GROUPED BY",It shows "No data".
I also test the mysql database,the "NOT GROUPED BY" function is OK !
Below is driud datasource use "NOT GROUPED BY"

the query statment is :

As far as I know ,druid can use "select" queryType to disaply atomic rows :
{
"queryType": "select",
"dataSource": "wiki3",
"descending": "false",
"dimensions":[],
"metrics":[],
"granularity": "all",
"intervals": [
"2013-01-01/2017-07-30"
],
"pagingSpec":{"pagingIdentifiers": {}, "threshold":100}
}
So, I think superset should support this functions.
Am I missing something in my config or environment?
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
0.18.5
0.17.6
Expected results
Disaply the atomic rows of Druid
Actual results
It shows "No data"
Steps to reproduce
The time ranges is from 90 days ago to now.And I am sure that in this time range,Druid has data. When I use the " GROUPED BY " functuion, superset return the results,But when use "NOT GROUPED BY",It shows "No data".

I also test the mysql database,the "NOT GROUPED BY" function is OK !
Below is driud datasource use "NOT GROUPED BY"
the query statment is :
As far as I know ,druid can use "select" queryType to disaply atomic rows :
{
"queryType": "select",
"dataSource": "wiki3",
"descending": "false",
"dimensions":[],
"metrics":[],
"granularity": "all",
"intervals": [
"2013-01-01/2017-07-30"
],
"pagingSpec":{"pagingIdentifiers": {}, "threshold":100}
}
So, I think superset should support this functions.
Am I missing something in my config or environment?