comphead commented on issue #5454:
URL: 
https://github.com/apache/arrow-datafusion/issues/5454#issuecomment-1452812946

   Related to #5164 
   
   The rootcause likely in arrow cast
   
   ```
   
   [datafusion/physical-expr/src/expressions/cast.rs:168] &scalar = 
Utf8("2000-01-01T00:00:00")
   [datafusion/physical-expr/src/expressions/cast.rs:169] &cast_type = 
Timestamp(
       Nanosecond,
       Some(
           "+00:00",
       ),
   )
   [datafusion/physical-expr/src/expressions/cast.rs:170] &cast_scalar = 
TimestampNanosecond(946684800000000000, None)
   ```
   
   So `timestamptz` was requested but got `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]

Reply via email to