jorisvandenbossche commented on a change in pull request #11076:
URL: https://github.com/apache/arrow/pull/11076#discussion_r717509186
##########
File path: python/pyarrow/tests/test_convert_builtin.py
##########
@@ -278,16 +303,16 @@ def test_nested_fixed_size_list(seq):
assert arr.to_pylist() == [[], [], None]
-@parametrize_with_iterable_types
-def test_sequence_all_none(seq):
+@parametrize_with_sequence_types
+def test_sequence_sequence_types(seq):
Review comment:
```suggestion
def test_sequence_all_none(seq):
```
--
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]