rok commented on code in PR #50368:
URL: https://github.com/apache/arrow/pull/50368#discussion_r3778526044


##########
python/pyarrow/tests/test_compute.py:
##########
@@ -2757,7 +2757,7 @@ def test_assume_timezone():
                                  "2008-12-29T00:00:00.0",
                                  "2012-01-01T01:02:03.0"])
     nonexistent = pd.to_datetime(["2015-03-29 02:30:00",
-                                  "2015-03-29 03:30:00"])
+                                  "2015-03-29 03:30:00"]).as_unit("ns")

Review Comment:
   I think my comment still stands 
https://github.com/apache/arrow/pull/50368#issuecomment-5096459061, though 
you'll need to trim some timestamps so precision will match the unit.



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