[
https://issues.apache.org/jira/browse/ORC-2011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun updated ORC-2011:
-------------------------------
Description:
Since Ubuntu 24.04 and Debian 13 doesn't provide old `/usr/share/zoneinfo/US/*`
files, ORC C++ library fails with the following error by default.
{code}
C++ exception with description "Time zone file /usr/share/zoneinfo/US/Pacific
does not exist. Please install IANA time zone database and set TZDIR env."
thrown in the test body.
{code}
was:
{code}
C++ exception with description "Time zone file /usr/share/zoneinfo/US/Pacific
does not exist. Please install IANA time zone database and set TZDIR env."
thrown in the test body.
{code}
> Fix `Timezone` to support legacy `US` TimeZone identifies
> ---------------------------------------------------------
>
> Key: ORC-2011
> URL: https://issues.apache.org/jira/browse/ORC-2011
> Project: ORC
> Issue Type: Bug
> Components: C++
> Affects Versions: 2.2.0, 2.1.3, 2.0.6, 2.3.0
> Reporter: Dongjoon Hyun
> Priority: Major
>
> Since Ubuntu 24.04 and Debian 13 doesn't provide old
> `/usr/share/zoneinfo/US/*` files, ORC C++ library fails with the following
> error by default.
> {code}
> C++ exception with description "Time zone file /usr/share/zoneinfo/US/Pacific
> does not exist. Please install IANA time zone database and set TZDIR env."
> thrown in the test body.
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)