[
https://issues.apache.org/jira/browse/ORC-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yukihiro Okada updated ORC-208:
-------------------------------
Component/s: tools
> 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
> Components: tools
> 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.4#803005)