Skip to content

[Python] Mark ListView as a nested type #40266

@danepitkin

Description

@danepitkin

Describe the bug, including details regarding any error messages, version, and platform.

ListView is a nested type and should be marked as such.

>>> import pyarrow as pa
>>> pa.types.is_nested(pa.list_view(pa.int32()))
False

Component(s)

Python

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions