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): Expr.over() returning List type when DataFrame is empty #22201

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dongchao-1
Copy link
Contributor

close #22006

Copy link

codecov bot commented Apr 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.15%. Comparing base (703d7bb) to head (7697d32).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #22201      +/-   ##
==========================================
+ Coverage   80.93%   81.15%   +0.22%     
==========================================
  Files        1639     1638       -1     
  Lines      235871   235194     -677     
  Branches     2714     2714              
==========================================
- Hits       190896   190867      -29     
+ Misses      44335    43687     -648     
  Partials      640      640              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Over expression produces wrong dtype for empty dataframes
1 participant