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): Fix new-streaming parquet on empty parquet #18763

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

nameexhaustion
Copy link
Collaborator

No description provided.

@github-actions github-actions bot added internal An internal refactor or improvement rust Related to Rust Polars labels Sep 16, 2024
@@ -47,7 +47,7 @@ pub struct ParquetSourceNode {
config: Config,
verbose: bool,
physical_predicate: Option<Arc<dyn PhysicalIoExpr>>,
projected_arrow_schema: Arc<ArrowSchema>,
projected_arrow_schema: Option<Arc<ArrowSchema>>,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use an Option instead of being fancy with is_empty(), much more robust

Copy link

codecov bot commented Sep 16, 2024

Codecov Report

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

Project coverage is 79.87%. Comparing base (4894e24) to head (a6af605).
Report is 39 commits behind head on main.

Files with missing lines Patch % Lines
...tes/polars-stream/src/nodes/parquet_source/init.rs 0.00% 4 Missing ⚠️
...-stream/src/nodes/parquet_source/metadata_fetch.rs 0.00% 1 Missing ⚠️
...ates/polars-stream/src/nodes/parquet_source/mod.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18763      +/-   ##
==========================================
+ Coverage   79.85%   79.87%   +0.02%     
==========================================
  Files        1517     1517              
  Lines      205530   205524       -6     
  Branches     2892     2892              
==========================================
+ Hits       164119   164165      +46     
+ Misses      40863    40811      -52     
  Partials      548      548              

☔ 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 September 16, 2024 11:14
@ritchie46 ritchie46 merged commit f631502 into pola-rs:main Sep 17, 2024
22 checks passed
@c-peters c-peters added the accepted Ready for implementation label Sep 23, 2024
@nameexhaustion nameexhaustion deleted the pqs-bugfix branch September 27, 2024 08:08
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
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants