[ https://issues.apache.org/jira/browse/RYA-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15376962#comment-15376962 ]
Jeff Dasch commented on RYA-130: -------------------------------- It might be useful to add a regression test that ensures all queries of a semantic benchmark (or something else) are executed correctly. This would likely have caught this issue and will help determine if there are any other correctness issues with the MongoDB DAO. > Rya Mongo Fail on Multi Bindingset Joins > ---------------------------------------- > > Key: RYA-130 > URL: https://issues.apache.org/jira/browse/RYA-130 > Project: Rya > Issue Type: Bug > Components: dao > Affects Versions: 3.2.9 > Reporter: Aaron Mihalik > Assignee: Aaron Mihalik > > Rya Mongo fails on a fairly straightforward query: > {code} > DATA = > <u:a> <u:tt> <u:b> . > <u:a> <u:ww> <u:x> . > <u:a> <u:ww> <u:y> . > QUERY = > select ?s ?foo where { > ?s <u:ww> ?foo . > ?s <u:tt> <u:b> } > {code} > This is a bug in how Mongo Rya solves joins. The first Statement Pattern > will return multiple binding sets, and try to join it with a single > statement. The Mongo Rya Query Engine can't handle this case. > Full Code at: > https://gist.github.com/amihalik/61cf870650b7443389e7be7600f8502c -- This message was sent by Atlassian JIRA (v6.3.4#6332)