Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(rust, python): allow list creation of decimals #13851

Merged
merged 2 commits into from
Jan 20, 2024

Conversation

mcrumiller
Copy link
Contributor

Resolves #13845.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jan 19, 2024
list_capacity,
value_capacity,
inner_type_logical.clone(),
))),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would have simply expanded the match_dtype_to_logical_apply_macro but there is no Int128 dtype, so instead we have to directly supply the type here. Do we want to keep Int128 hidden or should we make a new dtype?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should still remain hidden. Maybe we opt for supporting it one day, but not now.

@ritchie46 ritchie46 merged commit 2616201 into pola-rs:main Jan 20, 2024
22 checks passed
r-brink pushed a commit to r-brink/polars that referenced this pull request Jan 24, 2024
@mcrumiller mcrumiller deleted the create-list-decimal branch February 26, 2024 19:08
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.

Can't create list of decimals
2 participants