HyukjinKwon commented on code in PR #48769:
URL: https://github.com/apache/arrow/pull/48769#discussion_r2761689222
##########
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:
Ah sure no problem! let me fix
--
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]