jorisvandenbossche commented on code in PR #41549:
URL: https://github.com/apache/arrow/pull/41549#discussion_r1593496831
##########
python/pyarrow/tests/test_array.py:
##########
@@ -3896,3 +3896,26 @@ def test_list_view_slice(list_view_type):
j = sliced_array.offsets[1].as_py()
assert sliced_array[0].as_py() == sliced_array.values[i:j].to_pylist() ==
[4]
+
+
[email protected]('numpy_dtype', ['>u2', '>i4', '>f8'])
Review Comment:
Actually, it seems we no longer have such CI coverage because our s390x
build was dropped when Travis CI support was dropped ..
But still, we have regularly reports from people testing on big endian
machines, so at least adding a `skipif` based on `sys.byteorder` would be good.
--
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]