milesgranger commented on code in PR #14395:
URL: https://github.com/apache/arrow/pull/14395#discussion_r1013935153
##########
python/pyarrow/tests/test_compute.py:
##########
@@ -2985,6 +2985,17 @@ def test_list_slice_output_variable(start, stop,
value_type, list_type):
assert pylist == expected
[email protected]("fixed_size_list", (True, False))
[email protected]("type", (
+ lambda: pa.list_(pa.struct([('col', pa.int8())])),
Review Comment:
Ah, now it's very clear. :+1:
--
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]