ad-freiburg / qlever

Very fast SPARQL Engine, which can handle very large knowledge graphs like the complete Wikidata, offers context-sensitive autocompletion for SPARQL queries, and allows combination with text search. It's faster than engines like Blazegraph or Virtuoso, especially for queries involving large result sets.
Apache License 2.0
424 stars 52 forks source link

Fix for OOM issue with transitive paths #1621

Closed hannahbast closed 3 days ago

hannahbast commented 4 days ago

Checking if this fixes #1606

codecov[bot] commented 4 days ago

Codecov Report

Attention: Patch coverage is 92.30769% with 1 line in your changes missing coverage. Please review.

Project coverage is 89.33%. Comparing base (39ca684) to head (61d8901). Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
src/engine/TransitivePathImpl.h 87.50% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1621 +/- ## ========================================== + Coverage 89.30% 89.33% +0.02% ========================================== Files 373 374 +1 Lines 35377 35695 +318 Branches 3999 4051 +52 ========================================== + Hits 31594 31887 +293 - Misses 2493 2519 +26 + Partials 1290 1289 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

hannahbast commented 4 days ago

This did not fix it

sparql-conformance[bot] commented 3 days ago

Conformance check passed ✅

No test result changes.

Details: https://qlever.cs.uni-freiburg.de/sparql-conformance-ui?cur=61d8901f894a83d05a4ceee5d8a2d4c5b61afbc3&prev=97d50378940403f3f961a41227d88694cf35c204

sonarcloud[bot] commented 3 days ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

RobinTF commented 3 days ago

Reopened as #1627