AlenkaF commented on issue #45682:
URL: https://github.com/apache/arrow/issues/45682#issuecomment-2710022171
A bit confusing, I know, but one pair of square bracket sis missing. This
should work:
```python
In [1]: import pyarrow as pa
...:
...: s = pa.scalar([None], type=pa.list_(pa.int64()))
...: pa.array([s])
Out[1]:
<pyarrow.lib.ListArray object at 0x10e720520>
[
[
null
]
]
```
--
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]