raulcd commented on PR #44462:
URL: https://github.com/apache/arrow/pull/44462#issuecomment-2419634432

   The error has been fixed but there seems to be a new error with ORC and 
Timezones :( :
   ```
    >       result = dataset_reader.to_table(dataset)
   
C:\tmp\arrow-verify-release-wheels\_verify-wheel-3.9\Lib\site-packages\pyarrow\tests\test_dataset.py:3248:
 
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _
   
C:\tmp\arrow-verify-release-wheels\_verify-wheel-3.9\Lib\site-packages\pyarrow\tests\test_dataset.py:267:
 in to_table
       return dataset.to_table(**kwargs)
   pyarrow\\_dataset.pyx:562: in pyarrow._dataset.Dataset.to_table
       ???
   pyarrow\\_dataset.pyx:3841: in pyarrow._dataset.Scanner.to_table
       ???
   pyarrow\\error.pxi:155: in pyarrow.lib.pyarrow_internal_check_status
       ???
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _
   >   ???
   E   pyarrow.lib.ArrowException: Unknown error: Time zone file 
/usr/share/zoneinfo/UTC does not exist. Please install IANA time zone database 
and set TZDIR env.
   pyarrow\\error.pxi:92: ArrowException
   ```
   


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