You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/02/17 16:43:00 UTC

[jira] [Commented] (ARROW-4966) [C++] orc::TimezoneError Can't open /usr/share/zoneinfo/GMT-00:00

    [ https://issues.apache.org/jira/browse/ARROW-4966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285966#comment-17285966 ] 

Antoine Pitrou commented on ARROW-4966:
---------------------------------------

cc [~yingzhou474]

> [C++] orc::TimezoneError Can't open /usr/share/zoneinfo/GMT-00:00
> -----------------------------------------------------------------
>
>                 Key: ARROW-4966
>                 URL: https://issues.apache.org/jira/browse/ARROW-4966
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: 0.12.0
>            Reporter: Peter Wicks
>            Priority: Major
>
> When reading some ORC files, pyarrow orc throws the following error on `read()`: 
> {code:java}
> o = pf.read(){code}
> {{terminate called after throwing an instance of 'orc::TimezoneError'}}
>  {{what(): Can't open /usr/share/zoneinfo/GMT-00:00}}
> While it's true this folder does not exist, I don't think it normally does. Our server has folders for `GMT`, `GMT0`, `GMT-0`, and `GMT+0`.
> ORC file was created using HIVE, compressed with Snappy. Other files from the same table/partition do not throw this error. Files can be read with Hive.
> We created a soft link from the existing `GMT` timezone to this one, and it fixed the issue. Then shortly I got the same error, but for `GMT+00:00`... :D Soft link fixed this one also.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)