wgtmac commented on code in PR #34591:
URL: https://github.com/apache/arrow/pull/34591#discussion_r1142856210


##########
cpp/src/arrow/adapters/orc/util.cc:
##########
@@ -1111,7 +1121,20 @@ Result<std::shared_ptr<DataType>> GetArrowType(const 
liborc::Type* type) {
     case liborc::CHAR:
       return fixed_size_binary(static_cast<int>(type->getMaximumLength()));
     case liborc::TIMESTAMP:
+      // Values of TIMESTAMP type are stored in the writer timezone in the Orc 
file.

Review Comment:
   I have added extensive comment to explain the issue and suggested usage. 
Please check again. Thanks @wjones127 



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