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


##########
python/pyarrow/tests/test_compute.py:
##########
@@ -2789,6 +2817,12 @@ def test_round_temporal(unit):
         "1992-01-01 00:00:00.100000000",
         "1999-12-04 05:55:34.794991104",
         "2026-10-26 08:39:00.316686848"]
+
+    # Windows timezone database appears to disagree with IANA timezone 
database on
+    # some historical timestamps. We exclude those timestamps from testing on 
Windows

Review Comment:
   nit for easily understanding what we do?
   ```suggestion
       # Windows timezone database appears to disagree with IANA timezone 
database on
       # some historical timestamps. We exclude those timestamps from testing 
on Windows.
       # Specifically removing:
       # "1941-05-27 11:46:43.822831872" and "1943-12-14 07:32:05.424766464"
   ```



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