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
417 stars 52 forks source link

Implement `SILENT` keyword for `SERVICE` clause #1481

Closed UNEXENU closed 2 months ago

UNEXENU commented 2 months ago

Adds the SILENT keyword to be used within the SERVICE clause. The SPARQL standard defines this keyword as follows:

The SILENT keyword indicates that errors encountered while accessing a remote SPARQL endpoint should be ignored while processing the query. The failed SERVICE clause is treated as if it had a result of a single solution with no bindings.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.57%. Comparing base (a7d6b82) to head (7514cc6). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1481 +/- ## ========================================== + Coverage 89.56% 89.57% +0.01% ========================================== Files 347 347 Lines 25605 25620 +15 Branches 3441 3443 +2 ========================================== + Hits 22932 22949 +17 + Misses 1486 1483 -3 - Partials 1187 1188 +1 ```

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

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
1 Accepted issue

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

See analysis details on SonarCloud