Skip to content

Schema.to_pyarrow_schema(cls) ignores nested nullability #214

@domkm

Description

@domkm

Column.pyarrow_field(self, name: str) does not recurse over subfields, so the output pyarrow fields in nested types are always nullable. For example, a dataframely struct with one optional field and one required field will result in a pyarrow structure with two optional fields.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions