rok commented on code in PR #48769:
URL: https://github.com/apache/arrow/pull/48769#discussion_r2761649928
##########
python/pyarrow/tests/test_compute.py:
##########
@@ -3964,6 +3960,33 @@ def test_list_slice_bad_parameters():
pc.list_slice(arr, 0, 1, step=-1)
+def test_list_slice_empty_lists():
Review Comment:
Does this require a shole new test or could it be part of another? I suppose
the same goes for the c++ one.
--
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]