Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion meta_.col0IdExists(col0Id) failed #1282

Open
hannahbast opened this issue Feb 19, 2024 · 1 comment
Open

Assertion meta_.col0IdExists(col0Id) failed #1282

hannahbast opened this issue Feb 19, 2024 · 1 comment

Comments

@hannahbast
Copy link
Member

hannahbast commented Feb 19, 2024

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.
@joka921
Copy link
Member

joka921 commented May 3, 2024

How old is our Pubchem Index?
Can you update it and check whether this still appears on the latest master.
We have changed so much in the last two months, I make sure that we haven't "accidentally" fixed this.
I have trouble reproducing it on a smaller knowledge graph at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants