lahwaacz commented on issue #2225: URL: https://github.com/apache/orc/issues/2225#issuecomment-3340340483
> Let me close this because the claim is not true. The typical example is the old timezone ID, `US/Pacific` which is currently replaced into `America/Los_Angeles` in the new naming scheme. Currently, Java and some OSes supports this kind of legacy identifiers as a fallback, but new OSes have only new timezone IDs in these days. > > * https://data.iana.org/time-zones/tzdb/backward There is a difference between `/etc/localtime` being a symlink to a non-existent file (which is what you described) and the `/etc/localtime` file missing completely (which is the situation in Arch Linux containers). What if the proposed fallback was changed to use `lstat` instead of `stat`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
