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
This query might have to evaluate the empty path, which is currently not supported. In file "/local/data-ssd/qlever/qlever-code/src/engine/TransitivePathImpl.h " at line 160
Yeah, the right solution might be to have several possible rewrites, and pick the one that appears to be best (with ones that can't be evaluated ranked last). But that can become expensive for very complex path expressions. (But how often do these occur?)
Another possible way to go would be to allow empty paths if either side is not unconstrained. But that probably would be an even bigger change.
The query https://qlever.cs.uni-freiburg.de/wikidata/1glIyB
causes
But the equivalent https://qlever.cs.uni-freiburg.de/wikidata/5D68x8
works fine.
Why is the former a problem?
There quite a few queries like this in the paths section of the wdbench benchmark.
The text was updated successfully, but these errors were encountered: