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


##########
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:
   why is this now required?



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