Skip to content

[Python] Failing to create array from null scalar #45682

Closed
@alexeykudinkin

Description

@alexeykudinkin

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions