danepitkin commented on PR #40160:
URL: https://github.com/apache/arrow/pull/40160#issuecomment-1954961143
```
>>> import pyarrow as pa
>>> pa.array([[1, 2], [3, 4], None], type=pa.list_view(pa.int8()))
<pyarrow.lib.ListViewArray object at 0x13df6e740>
[
[
1,
2
],
[
3,
4
],
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]