AlenkaF commented on a change in pull request #12522:
URL: https://github.com/apache/arrow/pull/12522#discussion_r836574248



##########
File path: python/pyarrow/tests/strategies.py
##########
@@ -96,10 +103,16 @@
     pa.time64('us'),
     pa.time64('ns')
 ])
+if tzst:

Review comment:
       Seems that when starting with a non-pytz timezone, the roundtrip 
`pandas->arrow->pandas` changes the timezone (as we convert it to `pytz` if it 
is installed) and produces an error when asserting Pandas dataframes. Will 
amend the test to ignore this kind of cases.




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