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

Using nameservice leads to 'BAD QUERY' for simple query #482

Open
graue70 opened this issue Sep 24, 2021 · 0 comments
Open

Using nameservice leads to 'BAD QUERY' for simple query #482

graue70 opened this issue Sep 24, 2021 · 0 comments

Comments

@graue70
Copy link
Contributor

graue70 commented Sep 24, 2021

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?n WHERE {
  ?s wdt:P734 ?n .
}

The query works fine without the nameservice (3M results). With the nameservice, it yields to the following error:

Exception: BAD QUERY (Could not find a suitable execution tree. Likely cause: Queries that require joins of the full index with itself are not supported at the moment.; in ../src/engine/QueryPlanner.cpp, line 2292, function std::vector > QueryPlanner::fillDpTab(const QueryPlanner::TripleGraph&, const std::vector&, const std::vector >&))

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

1 participant