raulcd commented on code in PR #48601:
URL: https://github.com/apache/arrow/pull/48601#discussion_r2786963719
##########
python/pyarrow/tests/test_compute.py:
##########
@@ -2769,6 +2787,11 @@ def _check_temporal_rounding(ts, values, unit):
np.testing.assert_array_equal(result, expected)
+# TODO(GH-48743): Re-enable when Windows timezone issues are resolved
+# https://github.com/apache/arrow/issues/48743
Review Comment:
I am confused by this comment, on that specific job failure we use:
```
-- The C compiler identification is MSVC 19.44.35222.0
-- The CXX compiler identification is MSVC 19.44.35222.0
```
not GCC. Isn't this related to differences between historical timezones
depending on the timezone database used?
--
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]