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

feat(python): Improve error message when passing invalid input to lit #15718

Merged
merged 2 commits into from Apr 17, 2024

Conversation

stinodego
Copy link
Member

Closes #15588

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars labels Apr 17, 2024
@stinodego stinodego marked this pull request as ready for review April 17, 2024 11:22
Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.35%. Comparing base (e39ba62) to head (ae17b97).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15718      +/-   ##
==========================================
- Coverage   81.35%   81.35%   -0.01%     
==========================================
  Files        1377     1377              
  Lines      176607   176609       +2     
  Branches     2544     2544              
==========================================
- Hits       143676   143674       -2     
- Misses      32447    32453       +6     
+ Partials      484      482       -2     

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

@stinodego stinodego merged commit a505068 into main Apr 17, 2024
16 checks passed
@stinodego stinodego deleted the lit-err-msg branch April 17, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LazyFrame crashes on with_columns and rolling when DataFrame succeeds
1 participant