arrow icon indicating copy to clipboard operation
arrow copied to clipboard

PyArrow segfault with empty chunked array

Open gatesn opened this issue 1 year ago • 0 comments

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

gatesn avatar Jun 28 '24 18:06 gatesn