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

refactor(rust): Split parquet_source.rs in new-streaming #18649

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

nameexhaustion
Copy link
Collaborator

Only moves code

@github-actions github-actions bot added internal An internal refactor or improvement rust Related to Rust Polars labels Sep 10, 2024
@nameexhaustion nameexhaustion marked this pull request as ready for review September 10, 2024 09:08
Copy link

codecov bot commented Sep 10, 2024

Codecov Report

Attention: Patch coverage is 0% with 1333 lines in your changes missing coverage. Please review.

Project coverage is 79.90%. Comparing base (832aa53) to head (3918b95).
Report is 44 commits behind head on main.

Files with missing lines Patch % Lines
...tes/polars-stream/src/nodes/parquet_source/init.rs 0.00% 574 Missing ⚠️
...m/src/nodes/parquet_source/row_group_data_fetch.rs 0.00% 233 Missing ⚠️
...tream/src/nodes/parquet_source/row_group_decode.rs 0.00% 199 Missing ⚠️
...ates/polars-stream/src/nodes/parquet_source/mod.rs 0.00% 160 Missing ⚠️
...-stream/src/nodes/parquet_source/metadata_utils.rs 0.00% 113 Missing ⚠️
...eam/src/nodes/parquet_source/mem_prefetch_funcs.rs 0.00% 54 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18649      +/-   ##
==========================================
- Coverage   79.91%   79.90%   -0.01%     
==========================================
  Files        1506     1511       +5     
  Lines      203204   203200       -4     
  Branches     2891     2891              
==========================================
- Hits       162383   162376       -7     
- Misses      40271    40274       +3     
  Partials      550      550              

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

@ritchie46 ritchie46 merged commit fe04390 into pola-rs:main Sep 10, 2024
21 checks passed
@nameexhaustion nameexhaustion deleted the pq-s-split branch September 11, 2024 08:04
@c-peters c-peters added the accepted Ready for implementation label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation internal An internal refactor or improvement rust Related to Rust Polars
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants