You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "tuttle (via GitHub)" <gi...@apache.org> on 2023/06/20 15:51:33 UTC

[GitHub] [superset] tuttle commented on issue #24458: TO_DATE and TO_TIMESTAMP are slow for Citus

tuttle commented on issue #24458:
URL: https://github.com/apache/superset/issues/24458#issuecomment-1599062286

   An update to show that it's rather not a type issue:
   
   ```
   # SELECT pg_typeof(TO_DATE('2023-02-19 00:00:00.000000', 'YYYY-MM-DD HH24:MI:SS.US'));
    pg_typeof 
   -----------
    date
   
   # SELECT pg_typeof('2023-02-19'::date);
    pg_typeof 
   -----------
    date
   ```
   
   Output of `\d table` shows
   
   ```
   period                   | date                     |           | not null |
   ```


-- 
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