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: [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]