Re: SPARQL query without restriction issue

2017-07-18 Thread Aaron D. Mihalik
Hey Michelle, This behavior was fixed in 3.2.11. Since we don't have a 3.2.11 release yet, can you checkout out master and try it out? Here's the PR that fixed the issue: https://github.com/apache/incubator-rya/pull/136 --Aaron On Tue, Jul 18, 2017 at 8:02 AM Michele Polonioli <

SPARQL query without restriction issue

2017-07-18 Thread Michele Polonioli
Dear developers, In order to run a benchmark on apache-rya database technology I have installed rya-incubating 3.2.10 on a cluster. When I try to run the following query: select ?s ?p ?o > > where { > > ?s ?p ?o . > > } In response I have a http status 500 - internal server error: HTTP