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
Create new repository test (Native Store, no changed configurations)
go to Query page and executed query:
SELECT * WHERE {
SERVICE <http://localhost:8080/rdf4j-server/repositories/test> {
VALUES?o { "a" }
?sa?o.
} }
See error:
Query evaluation error: org.eclipse.rdf4j.query.QueryEvaluationException: Encountered " <STRING_LITERAL2> "\"a\" "" at line 1, column 388. Was expecting one of: "(" ... <NIL> ... <VAR1> ... <VAR2> ...
Execute query (non federated)
SELECT * WHERE {
VALUES?o { "a" }
?sa?o.
}
You get empty result set as expected.
Version
5.1.0
Are you interested in contributing a solution yourself?
Perhaps?
Anything else?
May be also related to this issue: #4522, it seems to be a result of sending optimized/simplified query to a federated service. An ability to disable optimization for federated queries will be at least a good workaround for such issues.
The text was updated successfully, but these errors were encountered:
Current Behavior
When executing following query :
I got response :
This is the most simple materialization of the error originally found in a more complex queries involving graph patterns and subqueries.
The error is not materialized if
The error materializes:
Expected Behavior
there shall be no difference between usage of query through FEDERATED query or directly on the sparql endpoint
Steps To Reproduce
Run dockerized rdf4j-workbench as per instructions at https://hub.docker.com/r/eclipse/rdf4j-workbench (tag: 5.1.0)
2.Open the site http://localhost:8080/rdf4j-workbench
Create new repository test (Native Store, no changed configurations)
go to Query page and executed query:
See error:
Execute query (non federated)
You get empty result set as expected.
Version
5.1.0
Are you interested in contributing a solution yourself?
Perhaps?
Anything else?
May be also related to this issue: #4522, it seems to be a result of sending optimized/simplified query to a federated service. An ability to disable optimization for federated queries will be at least a good workaround for such issues.
The text was updated successfully, but these errors were encountered: