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

Rewrite fails because variable ?o is considered unbound during rewrite of filter expression #48

Open
Aklakan opened this issue May 15, 2014 · 0 comments

Comments

@Aklakan
Copy link
Member

Aklakan commented May 15, 2014

Select Distinct ?s {
    ?s ?p ?o .
    { Select Distinct ?s {
      ?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/dcat#Dataset>
    } }
    Filter(Regex(str(?s), "o") || Regex(str(?o), "o"))
} 

For some reason, the filter Regex(str(?o), "o")) is applied on mapping that only defines ?s.
A likely reason is a bug in the filter placement optimizer.

Aklakan added a commit that referenced this issue May 15, 2014
…left joins - although not exactly sure anymore what the code really does
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