HyukjinKwon commented on code in PR #48769:
URL: https://github.com/apache/arrow/pull/48769#discussion_r2670285185


##########
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():
+    # ARROW-18281: start == stop should return empty lists

Review Comment:
   ```suggestion
       # Test start == stop should return empty lists
   ```



##########
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():
+    # ARROW-18281: start == stop should return empty lists

Review Comment:
   ```suggestion
       # Test start == stop should return empty lists
   ```



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