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: Lazy csv + projection; respect null values arg #16077

Merged
merged 1 commit into from
May 6, 2024
Merged

fix: Lazy csv + projection; respect null values arg #16077

merged 1 commit into from
May 6, 2024

Conversation

ritchie46
Copy link
Member

fixes #15515

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

codecov bot commented May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.95%. Comparing base (3600b16) to head (11c8813).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16077      +/-   ##
==========================================
- Coverage   80.98%   80.95%   -0.03%     
==========================================
  Files        1386     1386              
  Lines      178452   178439      -13     
  Branches     3075     3075              
==========================================
- Hits       144512   144459      -53     
- Misses      33448    33488      +40     
  Partials      492      492              
Flag Coverage Δ
python 74.50% <100.00%> (-0.04%) ⬇️
rust 78.12% <100.00%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@ritchie46 ritchie46 merged commit 575e917 into main May 6, 2024
26 checks passed
@ritchie46 ritchie46 deleted the nulls branch May 6, 2024 14:24
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.

Incorrect result from projection_pushdown
1 participant