alamb commented on issue #14738:
URL: https://github.com/apache/datafusion/issues/14738#issuecomment-3992137522

   Appears to still be a problem
   ```sql
   andrewlamb@Andrews-MacBook-Pro-3:~/Software/arrow-rs$ datafusion-cli
   DataFusion CLI v52.1.0
   > SELECT date_part('microsecond', timestamp '1970-01-01T00:40:00' - 
timestamp '1970-01-01T00:00:00');
   
+------------------------------------------------------------------------------------------+
   | date_part(Utf8("microsecond"),Utf8("1970-01-01T00:40:00") - 
Utf8("1970-01-01T00:00:00")) |
   
+------------------------------------------------------------------------------------------+
   | -1894967296                                                                
              |
   
+------------------------------------------------------------------------------------------+
   1 row(s) fetched.
   Elapsed 0.040 seconds.
   ```


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