On 23/04/12 00:11, Patrick Logan wrote:
I am executing a simple Sparql select (count(?var) as ?n) where { simple pattern }
What's the full query? How are you executing it?
Doing so gets the following warning logged... 16:07:36 WARN QueryIteratorCheck :: Open iterator: QueryIterSingleton/7 Is this safely ignored?
Yes, it's an internal check that should not cause a warning - you should still get the right answers.
This is jena-arq 2.9.0-incubating
You can try the development snapshot of 2.9.1: https://repository.apache.org/content/groups/snapshots/org/apache/jena/jena-arq/
Thanks -Patrick
Andy