pitrou opened a new issue, #46197:
URL: https://github.com/apache/arrow/issues/46197

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   After installing a fresh Ubuntu 24.04, I get these errors when running the 
tests:
   ```
   [ RUN      ] ScalarTemporalTest.TestAssumeTimezone
   
/home/antoine/arrow/dev/cpp/src/arrow/compute/kernels/test_util_internal.cc:80: 
Failure
   Failed
   '_error_or_value25.status()' failed with Invalid: Cannot locate timezone 
'US/Central': US/Central not found in timezone database
   
/home/antoine/arrow/dev/cpp/src/arrow/compute/kernels/scalar_temporal_unary.cc:128
  LocateZone(options.timezone)
   /home/antoine/arrow/dev/cpp/src/arrow/compute/exec.cc:891  
kernel_->exec(kernel_ctx_, input, out)
   /home/antoine/arrow/dev/cpp/src/arrow/compute/exec.cc:859  
ExecuteSingleSpan(input, &output)
   /home/antoine/arrow/dev/cpp/src/arrow/compute/function.cc:278  
executor->Execute(input, &listener)
   
   (etc.)
   
   [  FAILED  ] 3 tests, listed below:
   [  FAILED  ] ScalarTemporalTest.TestAssumeTimezone
   [  FAILED  ] ScalarTemporalTest.Strftime
   [  FAILED  ] ScalarTemporalTest.StrftimeCLocale
   ```
   
   This can be worked around by installing the `tzdata-legacy` package, which 
has the following description:
   
   > This package also contains legacy timezone symlinks that are not following
   > the current rule of using the geographical region (continent or ocean) and
   > city name.
   
   We should probably migrate the three tests listed above to use non-legacy 
timezones.
   
   
   ### Component(s)
   
   C++


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to