You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/08/23 13:40:47 UTC

[GitHub] [superset] zhaoyongjie edited a comment on issue #16302: [Explore]Druid Time Series Error

zhaoyongjie edited a comment on issue #16302:
URL: https://github.com/apache/superset/issues/16302#issuecomment-903778586


   Hi @matthewphua @junlincc,  this issue exists in all databases/data warehouse with Calcite as the SQL parser(Druid/Kylin/Drill), because Calcite doesn't make an implicit conversion for difference data type.
   
   the SQL should be
   ```
   WHERE FLOOR("__time" TO QUARTER) = case('2015-07-01T00:00:00.000Z' as timestamp)
   ```
   
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org