LiaCastaneda opened a new issue, #21116:
URL: https://github.com/apache/datafusion/issues/21116

   ### Is your feature request related to a problem or challenge?
   
   DataFusion has no support for the `arrow.timestamp_with_offset` which is an 
Arrow extension type introduced in arrow-rs 58.0.0 
([apache/arrow-rs#8743](https://github.com/apache/arrow-rs/pull/8743)). This 
type represents SQL `TIMESTAMP WITH TIME ZONE `by storing a UTC timestamp 
alongside a per row offset in minutes as a `Struct { timestamp: Timestamp(unit, 
"UTC"), offset_minutes: Int16 }.`
   
   ### Describe the solution you'd like
   
   Support for this type in the existing date functions: `date_part`, 
`date_trunc`, `to_char`, `to_unixtime`
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


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