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

test: Test for unique length on multiple columns #21418

Merged

Conversation

thomasjpfan
Copy link
Contributor

Fixes #21349

This PR adds a test based on the bug repo.

Copy link

codecov bot commented Feb 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.97%. Comparing base (5b48926) to head (2ed980c).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #21418   +/-   ##
=======================================
  Coverage   79.96%   79.97%           
=======================================
  Files        1597     1597           
  Lines      229115   229115           
  Branches     2618     2618           
=======================================
+ Hits       183222   183226    +4     
+ Misses      45294    45290    -4     
  Partials      599      599           

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

@ritchie46 ritchie46 changed the title Add test for unique length on multiple columns test: test for unique length on multiple columns Feb 24, 2025
@ritchie46 ritchie46 changed the title test: test for unique length on multiple columns test: Test for unique length on multiple columns Feb 24, 2025
@github-actions github-actions bot added internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars and removed title needs formatting labels Feb 24, 2025
@ritchie46 ritchie46 merged commit 93bfd2c into pola-rs:main Feb 24, 2025
15 of 17 checks passed
anath2 pushed a commit to anath2/polars that referenced this pull request Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add test for pl.len() on LazyFrames
2 participants