Thanks Sergio. Reported in JIRA:
https://issues.apache.org/jira/browse/MARMOTTA-657
-Osma
26.09.2016, 10:01, Sergio Fernández wrote:
Osma, 3.4.0 introduces quite some changes in the SPARQL engine (mainly
about performance), which could be not complete (that's why the release
is taking that lon
Osma, 3.4.0 introduces quite some changes in the SPARQL engine (mainly
about performance), which could be not complete (that's why the release is
taking that long). So please, report the details to Jira and we'll try to
deal with it. Thanks.
On Mon, Sep 26, 2016 at 8:38 AM, Osma Suominen
wrote:
Hi,
I noticed that the following SPARQL query, used to count the number of
triples in different graphs, fails on the current 3.4.0-SNAPSHOT (using
PostgreSQL 9.5 as backend, starting from an empty database). It works on
3.3.0 using the same database.
--cut--
SELECT ?g (COUNT(*) AS ?c) {