You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Charles Pritchard (JIRA)" <ji...@apache.org> on 2017/07/11 18:35:00 UTC

[jira] [Created] (ORC-208) ORC Tools dump and meta output with timezone

Charles Pritchard created ORC-208:
-------------------------------------

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


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
(v6.4.14#64029)