You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2021/12/29 09:25:00 UTC

[jira] [Resolved] (ORC-1068) HAS_POST_2038 test is environment-dependent

     [ https://issues.apache.org/jira/browse/ORC-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dongjoon Hyun resolved ORC-1068.
--------------------------------
    Fix Version/s: 1.8.0
       Resolution: Fixed

This is resolved via https://github.com/apache/orc/pull/980

> HAS_POST_2038 test is environment-dependent
> -------------------------------------------
>
>                 Key: ORC-1068
>                 URL: https://issues.apache.org/jira/browse/ORC-1068
>             Project: ORC
>          Issue Type: Bug
>    Affects Versions: 1.6.12
>         Environment: Ubuntu Focal 20.04.3
> libc6=2.31-0ubuntu9.2
> tzdata=2021e-0ubuntu0.20.04
>            Reporter: Yuriy
>            Priority: Minor
>             Fix For: 1.8.0
>
>
> On my machine the following results are returned by strptime:
> ```
> time2037.tm_hour = 13; // weird
> time2038.tm_hour = 12; // correct
> ```
> This results in time difference 31532400 (which is 3600 less than expected). Some other configurations give the expected result, thus making the build variable to flap during sequential builds on different systems.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)