Re: select * where { s? p? o? } query

2017-01-06 Thread David Lotts
Way to go John! That was fast turn around! We just pulled your pull request so now it is in the Master branch of Rya. I had some doubts about how it would handle graph-context, but on closer inspection, that is handled outside of the strategy. Anything else I can help you fix in Rya? Feel free

Re: select * where { s? p? o? } query

2017-01-04 Thread John Smith
Thank you! I got it to work using your suggestion. Here is a pull request with this capability (https://github.com/apache/incubator-rya/pull/136). I just had to added this NullRowTriplePatternStrategy to RyaTripleContext default triple pattern strategies, so that it is used :) On Wed, Jan 4,

Re: select * where { s? p? o? } query

2017-01-04 Thread David Lotts
The error is thrown here: rya/dao/accumulo.rya/src/main/java/org/apache/rya/accumulo/query/AccumuloRyaQueryEngine.java line 142 strategy = ryaContext.retrieveStrategy(stmt); if (strategy == null) { throw new