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

   ### Rationale for this change
   
   In the Apache Orc, two timestamp types are provided:
   
   - TIMESTAMP: timestamp type without timezone, timestamp value is stored in 
the writer timezone .
   - TIMESTAMP_INSTANT: timestamp type with local timezone, timestamp value is 
stored in the UTC timezone.
   
   arrow::TimestampType has an optional timezone field:
   - If timezone is provided, values are normalized in UTC.
   - If timezone is missing, values can be in any timezone.
   
   ### What changes are included in this PR?
   
   The type mapping is fixed as below:
   - orc::TIMESTAMP <=> arrow::TimestampType w/o timezone
   - orc::TIMESTAMP <=> arrow::TimestampType w/ timezone
   
   ### Are these changes tested?
   
   Make sure all tests pass.
   
   ### Are there any user-facing changes?
   
   No.


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