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
376 stars 45 forks source link

Better error reporting for the `SERVICE` operation #1452

Closed UNEXENU closed 4 weeks ago

UNEXENU commented 1 month ago

This commit implements better understandable error messages for SERVICE clauses, in particular for the following cases:

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 89.45%. Comparing base (be816a9) to head (48c6116). Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
src/util/http/HttpClient.cpp 97.56% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1452 +/- ## ========================================== + Coverage 89.41% 89.45% +0.03% ========================================== Files 346 346 Lines 25350 25385 +35 Branches 3381 3383 +2 ========================================== + Hits 22667 22707 +40 + Misses 1494 1490 -4 + Partials 1189 1188 -1 ```

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

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
3 New issues
0 Accepted issues

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

See analysis details on SonarCloud