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: Fix invalid alias udf #19021

Merged
merged 1 commit into from
Sep 30, 2024
Merged

fix: Fix invalid alias udf #19021

merged 1 commit into from
Sep 30, 2024

Conversation

ritchie46
Copy link
Member

fixes #18914

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Sep 30, 2024
@ritchie46 ritchie46 merged commit 64ca265 into main Sep 30, 2024
25 checks passed
@ritchie46 ritchie46 deleted the udf branch September 30, 2024 12:34
Copy link

codecov bot commented Sep 30, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 60.12%. Comparing base (ab5200d) to head (65dbd74).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-python/src/map/series.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main   #19021       +/-   ##
===========================================
- Coverage   79.85%   60.12%   -19.74%     
===========================================
  Files        1524     1524               
  Lines      207734   207747       +13     
  Branches     2908     2908               
===========================================
- Hits       165891   124911    -40980     
- Misses      41294    82287    +40993     
  Partials      549      549               

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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 + skip_nulls=False + pass_name=True PanicException when used with over
1 participant