Skip to content

Three PRs merged to debug the sigabort #1707

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

Closed
wants to merge 27 commits into from

Merge branch 'query-planner-better-filters' of github.com:joka921/qle…

c1a6203
Select commit
Loading
Failed to load commit list.
Closed

Three PRs merged to debug the sigabort #1707

Merge branch 'query-planner-better-filters' of github.com:joka921/qle…
c1a6203
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 10, 2025 in 0s

89.89% (+0.03%) compared to acb6633

View this Pull Request on Codecov

89.89% (+0.03%) compared to acb6633

Details

Codecov Report

Attention: Patch coverage is 89.78979% with 34 lines in your changes missing coverage. Please review.

Project coverage is 89.89%. Comparing base (acb6633) to head (c1a6203).

Files with missing lines Patch % Lines
src/engine/CheckUsePatternTrick.cpp 81.25% 16 Missing and 2 partials ⚠️
src/engine/sparqlExpressions/ExistsExpression.h 58.82% 6 Missing and 1 partial ⚠️
src/engine/MultiColumnJoin.cpp 20.00% 4 Missing ⚠️
src/engine/ExistsJoin.cpp 97.08% 2 Missing and 1 partial ⚠️
src/engine/ExistsJoin.h 75.00% 1 Missing ⚠️
src/util/JoinAlgorithms/FindUndefRanges.h 95.45% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1707      +/-   ##
==========================================
+ Coverage   89.86%   89.89%   +0.03%     
==========================================
  Files         389      392       +3     
  Lines       37308    37599     +291     
  Branches     4204     4239      +35     
==========================================
+ Hits        33527    33800     +273     
- Misses       2485     2496      +11     
- Partials     1296     1303       +7     

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