[ https://issues.apache.org/jira/browse/ARROW-4966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rok Mihevc updated ARROW-4966: ------------------------------ External issue URL: https://github.com/apache/arrow/issues/21471 > [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.20.10#820010)