Closed UNEXENU closed 4 weeks ago
Attention: Patch coverage is 98.50746%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 88.94%. Comparing base (
2b4e6b3
) to head (9a01841
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/util/BlankNodeManager.cpp | 96.87% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
No test result changes.
Issues
2 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
With this commit, QLever supports to add new blank nodes during the evaluation of a query. This function is used to support blank nodes in the result of a
SERVICE
request. These blank nodes are distinct from all blank nodes in the index, and also from all blank nodes from other SERVICE request, eve if they came from the same server. This behavior is correct accordin to the SPARQL 1.1 federated query standard.