Andy Seaborne created JENA-379:
----------------------------------
Summary: SPARQL Property paths with the same variable for subject
and object not handled correctly.
Key: JENA-379
URL: https://issues.apache.org/jira/browse/JENA-379
Project: Apache Jena
Issue Type: Bug
Components: ARQ
Affects Versions: ARQ 2.9.4, Jena 2.7.4
Reporter: Andy Seaborne
Assignee: Andy Seaborne
Example:
:x :p :y .
:y :p :x .
and query SELECT * { ?z :p+ ?z }
=> Too many rows
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira