### Describe the bug, including details regarding any error messages, version, and platform. Following code fails unexpectedly: ``` import pyarrow as pa s = pa.scalar(None, type=pa.list_(pa.int64())) arr = pa.array([s]) ``` ### Component(s) Python