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

ColumnName tracks a path of field names instead of a simple string #445

Merged
merged 13 commits into from
Nov 6, 2024

Merge branch 'main' into column-name-paths

b9c543e
Select commit
Loading
Failed to load commit list.
Merged

ColumnName tracks a path of field names instead of a simple string #445

Merge branch 'main' into column-name-paths
b9c543e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 6, 2024 in 0s

78.41% (+0.33%) compared to 0214a96

View this Pull Request on Codecov

78.41% (+0.33%) compared to 0214a96

Details

Codecov Report

Attention: Patch coverage is 91.64265% with 29 lines in your changes missing coverage. Please review.

Project coverage is 78.41%. Comparing base (0214a96) to head (b9c543e).

Files with missing lines Patch % Lines
ffi/src/expressions/engine.rs 0.00% 11 Missing ⚠️
kernel/src/expressions/column_names.rs 95.39% 3 Missing and 7 partials ⚠️
kernel/src/engine/parquet_stats_skipping/tests.rs 66.66% 6 Missing ⚠️
ffi/src/expressions/kernel.rs 0.00% 1 Missing ⚠️
kernel/src/engine/parquet_stats_skipping.rs 90.90% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #445      +/-   ##
==========================================
+ Coverage   78.08%   78.41%   +0.33%     
==========================================
  Files          55       55              
  Lines       11605    11806     +201     
  Branches    11605    11806     +201     
==========================================
+ Hits         9062     9258     +196     
+ Misses       2043     2041       -2     
- Partials      500      507       +7     

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