Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
0.12.0
Description
Reproducer:
import pyarrow as pa test = pa.array([], type=pa.bool_()) test2 = test.cast(pa.int8())
Attachments
Issue Links
- links to
Reproducer:
import pyarrow as pa test = pa.array([], type=pa.bool_()) test2 = test.cast(pa.int8())