eclipse-rdf4j / rdf4j

Eclipse RDF4J: scalable RDF for Java
https://rdf4j.org/
BSD 3-Clause "New" or "Revised" License
361 stars 163 forks source link

Query explanation not showing HAVING node #5134

Open hmottestad opened 1 week ago

hmottestad commented 1 week ago

Discussed in https://github.com/eclipse-rdf4j/rdf4j/discussions/5129

SPARQL query with a HAVING node will show an incorrect query explanation because the HAVING node is not part of the query explanation. This makes it seem like the query is returning more results than expected.

hmottestad commented 5 hours ago

May be related to: https://github.com/eclipse-rdf4j/rdf4j/issues/4772