arrow
arrow copied to clipboard
PyArrow segfault with empty chunked array
Describe the bug, including details regarding any error messages, version, and platform.
PyArrow 16.1.0 on MacOS
import pyarrow as pa
import pyarrow.compute as pc
pc.indices_nonzero(pc.is_valid(pa.chunked_array([pa.array([0])])[0:0]))
Component(s)
Python