[
https://issues.apache.org/jira/browse/ORC-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919696#comment-16919696
]
Owen O'Malley commented on ORC-208:
-----------------------------------
[~yuokada] is right that this should be fixed. Which version are you running
[~Downchuck]?
> ORC Tools dump and meta output with timezone
> --------------------------------------------
>
> Key: ORC-208
> URL: https://issues.apache.org/jira/browse/ORC-208
> Project: ORC
> Issue Type: Bug
> Reporter: Charles Pritchard
> Priority: Major
>
> Currently the ORC dump and meta output for a file created in UTC but read in
> America/Los_Angeles will result in two different printouts; meta shows in
> current timezone, dump shows in original (file time zone). This may be
> confusing (and it is!).
> Dump:
> {code}
> "_col1": "2017-07-01 10:15:32.67",
> {code}
> Meta (statistics for file and stripe):
> {code}
> "min": "2017-07-01 03:15:32.67",
> "max": "2017-07-01 03:15:32.67",
> {code}
> Seems they ought to include the timezone offset to avoid the ambiguity.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)