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 Bugfix and Tests #3152

Merged
merged 5 commits into from
Mar 27, 2024

add missing GIL acquire

fc0f7a8
Select commit
Loading
Failed to load commit list.
Merged

Pandas Pyarrow Backend Bugfix and Tests #3152

add missing GIL acquire
fc0f7a8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 27, 2024 in 1s

92.08% (target 80.00%)

View this Pull Request on Codecov

92.08% (target 80.00%)

Details

Codecov Report

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

Project coverage is 92.08%. Comparing base (cb4d757) to head (fc0f7a8).
Report is 26 commits behind head on master.

Files Patch % Lines
src/common/arrow/arrow_null_mask_tree.cpp 28.57% 5 Missing ⚠️
src/common/arrow/arrow_array_scan.cpp 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3152      +/-   ##
==========================================
+ Coverage   91.91%   92.08%   +0.16%     
==========================================
  Files        1169     1168       -1     
  Lines       43736    44065     +329     
==========================================
+ Hits        40202    40576     +374     
+ Misses       3534     3489      -45     

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