qlever icon indicating copy to clipboard operation
qlever copied to clipboard

Assertion `meta_.col0IdExists(col0Id)` failed

Open hannahbast opened this issue 5 months ago • 1 comments

The error message from the title is triggered by the following query on PubChem. This might be related to the recent #1263. Note that substance:SID46505803 exists, yet no triples match the query body.

PREFIX substance: <http://rdf.ncbi.nlm.nih.gov/pubchem/substance/>
SELECT ?predicate (COUNT(?subject) AS ?count) WHERE {
  ?subject ?predicate substance:SID46505803
} GROUP BY ?predicate

Try it on QLever

Full error message:

Assertion `meta_.col0IdExists(col0Id)` failed. Please report this to the developers. In file "/local/data/qlever/qlever-code/src/index/Permutation.cpp " at line 78.

hannahbast avatar Feb 19 '24 03:02 hannahbast