Peter Wicks created ARROW-4966:
----------------------------------
Summary: orc::TimezoneErro 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: cpp
Affects Versions: 0.12.0
Reporter: Peter Wicks
When reading some ORC files, pyarrow orc throws the following error on
`read()`:
`o = pf.read()`
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)