You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assertion !subset.empty() && subset.back() < numColumns() failed. Please report this to the developers. In file "/home/local/qlever/qlever-code/src/engine/idTable/IdTable.h " at line 567
This is mostly just to document old behaviour, as it appears that the current version does not produce this error. Feel free to close immediately.
The text was updated successfully, but these errors were encountered:
@pfps The query is malformed (also for WDQS), could you please provide a properly formatted version of the query, so that it's clear, which query you mean?
I'm running a benchmark group on my local machine with the version of QLever from October, qlever 0.5.8, and one of the queries is
SELECT * WHERE { ?x1 ((http://www.wikidata.org/prop/direct/P31/(http://www.wikidata.org/prop/direct/P279))|(http://www.wikidata.org/prop/direct/P106/(http://www.wikidata.org/prop/direct/P279))) http://www.wikidata.org/entity/Q5 } LIMIT 10000000
When running this query QLever reported
Assertion
!subset.empty() && subset.back() < numColumns()
failed. Please report this to the developers. In file "/home/local/qlever/qlever-code/src/engine/idTable/IdTable.h " at line 567This is mostly just to document old behaviour, as it appears that the current version does not produce this error. Feel free to close immediately.
The text was updated successfully, but these errors were encountered: