maunke commented on issue #22223:
URL: https://github.com/apache/superset/issues/22223#issuecomment-1368954451

   I am also experiencing the bug.
   
   Superset: apache/superset:2.0.1
   ClickHouse: yandex/clickhouse-server:21.11.2.2
   clickhouse-sqlalchemy: 0.1.10
   
   **See where section on generated sql query**
   
   ```sql
   WHERE created_at >= toDateTime('2022-12-01 00:00:00')
     AND created_at < toDateTime('2023-01-01 00:00:00')
     AND delivered_at >= '2022-12-01 00:00:00'
     AND delivered_at < '2023-01-01 00:00:00'
   ```
   **superset dataset**
   created_at: is temporal and default datetime
   delivered_at: is temporal and nullable datetime


-- 
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-unsubscr...@superset.apache.org

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


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

Reply via email to