betodealmeida commented on issue #30330:
URL: https://github.com/apache/superset/issues/30330#issuecomment-3130037660

   The problem is that the histogram chart has no aggregations. Without 
aggregations, you can't have a `HAVING` clause — this is not Druid specific, I 
was able to test reproduce this in BigQuery. Even if you select one or more 
dimensions it will still fail, since the aggregation is done on the client for 
some reason.
   
   @mistercrunch do you know why this is done on the client and not in the SQL?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to