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 row index disappearing after projection pushdown in NDJSON #17631

Merged
merged 3 commits into from
Jul 15, 2024

Conversation

nameexhaustion
Copy link
Collaborator

Fixes #17553

Also add NDJSON to some parametric tests

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

codecov bot commented Jul 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.69%. Comparing base (b85654e) to head (37327a3).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17631      +/-   ##
==========================================
- Coverage   80.69%   80.69%   -0.01%     
==========================================
  Files        1484     1484              
  Lines      195409   195409              
  Branches     2779     2779              
==========================================
- Hits       157679   157676       -3     
- Misses      37220    37223       +3     
  Partials      510      510              

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

@nameexhaustion nameexhaustion marked this pull request as ready for review July 15, 2024 04:48
@nameexhaustion nameexhaustion changed the title fix: Fix row index disappears after projection pushdown in NDJSON fix: Fix row index disappearing after projection pushdown in NDJSON Jul 15, 2024
@ritchie46 ritchie46 merged commit 9a13c82 into pola-rs:main Jul 15, 2024
27 checks passed
@nameexhaustion nameexhaustion deleted the ndjson-row-idx branch July 19, 2024 12:23
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.

scan_ndjson not handling projection pushdown correctly
2 participants