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

Pandas pyarrow backend #3058

Merged
merged 7 commits into from
Mar 22, 2024

clang

cb4d757
Select commit
Loading
Failed to load commit list.
Merged

Pandas pyarrow backend #3058

clang
cb4d757
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 22, 2024 in 0s

91.91% (target 80.00%)

View this Pull Request on Codecov

91.91% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 49.50071% with 354 lines in your changes are missing coverage. Please review.

Project coverage is 91.91%. Comparing base (6d39076) to head (cb4d757).

Files Patch % Lines
src/common/arrow/arrow_array_scan.cpp 35.52% 216 Missing ⚠️
src/common/arrow/arrow_null_mask_tree.cpp 28.15% 74 Missing ⚠️
src/common/arrow/arrow_type.cpp 45.16% 51 Missing ⚠️
tools/python_api/src_cpp/pyarrow/pyarrow_scan.cpp 86.66% 6 Missing ⚠️
src/binder/bind/bind_reading_clause.cpp 92.50% 3 Missing ⚠️
src/include/common/arrow/arrow_nullmask_tree.h 33.33% 2 Missing ⚠️
src/include/function/table_functions.h 0.00% 1 Missing ⚠️
tools/python_api/src_cpp/pandas/pandas_scan.cpp 96.42% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3058      +/-   ##
==========================================
- Coverage   92.61%   91.91%   -0.70%     
==========================================
  Files        1161     1169       +8     
  Lines       43107    43736     +629     
==========================================
+ Hits        39923    40202     +279     
- Misses       3184     3534     +350     

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