wgtmac commented on PR #47455:
URL: https://github.com/apache/arrow/pull/47455#issuecomment-3235457184

   The failed test only runs for ORC version below 2.0
   
   ```
   TEST(TestAdapterReadWrite, ThrowWhenTZDBUnavaiable) {
     if (adapters::orc::GetOrcMajorVersion() >= 2) {
       GTEST_SKIP() << "Only ORC pre-2.0.0 versions have the time zone database 
check";
     }
   ...
   ```
   
   The Windows CI is running with ORC 1.9.0 which is way too old:
   
   ```
   -- Found orcAlt: C:/Mambaforge/envs/arrow/Library/lib/orc.lib (found version 
"1.9.0")
   -- Providing CMake module for FindorcAlt as part of Arrow CMake package
   -- Found ORC static library: C:/Mambaforge/envs/arrow/Library/lib/orc.lib
   -- Found ORC headers: C:/Mambaforge/envs/arrow/Library/include
   ```
   
   Can we use a new version of ORC?


-- 
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]

Reply via email to