jorisvandenbossche commented on code in PR #34658:
URL: https://github.com/apache/arrow/pull/34658#discussion_r1150255232
##########
python/pyarrow/tests/test_array.py:
##########
@@ -3409,6 +3409,17 @@ def test_array_accepts_pyarrow_array():
assert arr == result
+def test_array_accepts_pyarrow_scalar():
Review Comment:
In `test_convert_builtin.py`, there is a
`parametrize_with_collections_types` that can be used to test with multiple
sequence types.
(maybe move the test there to make it easier to use that, while scalars are
not "built-in" python objects, it's still converting from a built-in sequence
type of scalars ... )
--
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]