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: allow null dtypes in UDFs if they match the schema #15699

Merged
merged 3 commits into from
Apr 16, 2024

Conversation

orlp
Copy link
Collaborator

@orlp orlp commented Apr 16, 2024

Fixes #15695.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Apr 16, 2024
Copy link

codspeed-hq bot commented Apr 16, 2024

CodSpeed Performance Report

Merging #15699 will not alter performance

Comparing orlp:allow-null-dtype-udf (dbad223) with main (8befcd1)

Summary

✅ 22 untouched benchmarks

@ritchie46 ritchie46 merged commit 2ac0da2 into pola-rs:main Apr 16, 2024
24 checks passed
@cmdlineluser
Copy link
Contributor

Thank you!

Both #14723 and #10398 now run - I think they were the same underlying issue.

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.

map_elements and map_batches does not correctly handle empty lists.
3 participants