aiguofer opened a new pull request, #37088:
URL: https://github.com/apache/arrow/pull/37088

   ### Rationale for this change
   
   We want to support converting `TIMESTAMP_WITH_TIMEZONE` JDBC fields into 
Arrow.
   
   ### What changes are included in this PR?
   
   Convert `TIMESTAMP_WITH_TIMEZONE` fields into Arrow, and include the 
provided timezone information.
   Ensure timezone information is not included in arrow object for regular 
`TIMESTAMP` fields.
   
   ### Are there any user-facing changes?
   
   Potentially, depending on how users are configuring the calendar.
   
   
   This might also be related to https://github.com/apache/arrow/pull/36519 
since we need to ensure handling of timestamps is consistent when converting 
either jdbc -> arrow or arrow -> jdbc.  


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