[
https://issues.apache.org/jira/browse/ORC-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16457070#comment-16457070
]
ASF GitHub Bot commented on ORC-341:
------------------------------------
Github user wgtmac commented on a diff in the pull request:
https://github.com/apache/orc/pull/249#discussion_r184807989
--- Diff: java/core/src/java/org/apache/orc/impl/TreeReaderFactory.java ---
@@ -975,6 +992,8 @@ public void nextVector(ColumnVector previousVector,
TimestampColumnVector result = (TimestampColumnVector)
previousVector;
super.nextVector(previousVector, isNull, batchSize);
+ // TODO: If context.isUseUTCTimestamp(), set
TimestampColumnVector.useUTC to true
--- End diff --
I think it is better to set storage-api to 3.0.0 and fix this TODO in this
patch as well.
> Support time zone as a parameter for Java reader and writer
> -----------------------------------------------------------
>
> Key: ORC-341
> URL: https://issues.apache.org/jira/browse/ORC-341
> Project: ORC
> Issue Type: Improvement
> Reporter: Jesus Camacho Rodriguez
> Priority: Major
>
> Currently, time zone is hardcoded as the system default time zone and ORC
> applies displacement between timestamp values read/written based on time zone.
> This issue aims at adding the option to pass the time zone as a parameter to
> the reader/writer.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)