AlenkaF commented on PR #37436:
URL: https://github.com/apache/arrow/pull/37436#issuecomment-1699198484

   AppVeyor build is successful though there is an error I have to correct:
   
   ```
   (arrow) C:\projects\arrow\python>python -c "import pyarrow;import os;path = 
os.path.expandvars(r'C:\Users\appveyor\Downloads\test\tzdata');pa.set_timezone_db_path(path)"
 
   Traceback (most recent call last):
     File "<string>", line 1, in <module>
   NameError: name 'pa' is not defined
   ```
   
   I guess the AppVeyor build passes because the timezone database is moved 
only after building Arrow C++ (to not have C++ tests failing as they expect the 
timezone database to be in the standard location, we are configuring the path 
only for the Python part, if I am understanding this correctly) and the python 
tests are somehow not affected by it - or the affected ones are skipped.


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