Skip to content

fix(python): Correctly parse nested optional type in DataType.from_python#27323

Open
gab23r wants to merge 1 commit intopola-rs:mainfrom
gab23r:dtype_from_python
Open

fix(python): Correctly parse nested optional type in DataType.from_python#27323
gab23r wants to merge 1 commit intopola-rs:mainfrom
gab23r:dtype_from_python

Conversation

@gab23r
Copy link
Copy Markdown
Contributor

@gab23r gab23r commented Apr 15, 2026

Closes #27320

No AI was used

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars title needs formatting labels Apr 15, 2026
@gab23r gab23r changed the title fix: DataType.from_python with nested optional types fix(python): DataType.from_python with nested optional types Apr 15, 2026
@gab23r gab23r changed the title fix(python): DataType.from_python with nested optional types fix(python): Correctly parse nested optional type in DataType.from_python Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Bug fix python Related to Python Polars rust Related to Rust Polars

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DataType.from_python fails for list[Optional[T]]

1 participant