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

Rewrite the Hash Index overflow file to support multiple copies #3012

Merged
merged 1 commit into from
Mar 12, 2024

Rewrite the Hash Index overflow file to support multiple copies and f…

7c25a3b
Select commit
Loading
Failed to load commit list.
Merged

Rewrite the Hash Index overflow file to support multiple copies #3012

Rewrite the Hash Index overflow file to support multiple copies and f…
7c25a3b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 11, 2024 in 0s

93.28% (target 80.00%)

View this Pull Request on Codecov

93.28% (target 80.00%)

Details

Codecov Report

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

Project coverage is 93.28%. Comparing base (38e4398) to head (7c25a3b).
Report is 15 commits behind head on master.

Files Patch % Lines
src/storage/storage_structure/overflow_file.cpp 93.28% 9 Missing ⚠️
src/storage/index/hash_index.cpp 92.85% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3012      +/-   ##
==========================================
+ Coverage   93.25%   93.28%   +0.03%     
==========================================
  Files        1124     1128       +4     
  Lines       42934    42950      +16     
==========================================
+ Hits        40040    40068      +28     
+ Misses       2894     2882      -12     

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