wgtmac commented on issue #2049: URL: https://github.com/apache/orc/issues/2049#issuecomment-2439575982
https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/2058249 has explained the root cause that `tzdata` has moved timezone files like `US/Pacific` to a separate `tzdata-legacy` library without providing symlinks by intention so it is a breaking change to legacy ORC files. At the same time, some downstream projects depending on Apache ORC C++ library uses ORC files from https://github.com/apache/orc/tree/main/examples for CI validation. These CI jobs start to fail once they upgrade to Ubuntu 24.04 which uses the new version of `tzdata` without `tzdata-legacy` installed. IMO, we should not change `TestOrcFile.testDate1900.orc` as it is a good example to check if `tzdata-legacy` is required. One thing that I don't understand is that we have CI jobs running on Ubuntu 24.4 but they do not fail. -- 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]
