You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Simon Helsen <sh...@ca.ibm.com> on 2012/07/10 22:31:13 UTC

FROM/FROM NAMED in tdb

Hi everyone,

I was just revisiting a number of tests and I noticed that currently, we 
employ a hack for FROM and FROM NAMED queries, essentially creating an 
intermediate in-memory dataset to execute such queries. However, when I 
tried to remove this mechanism and directly execute a FROM/FROM NAMED 
query (in my particular test, it was a DESCRIBE) on a tdb dataset, I 
noticed the query's scope is not actually reduced to the graphs in the 
FROM NAMED (I am running with defaultUnionGraph=true). 

Is this a known issue or limitation? Or is there something else I am 
missing to get this work correctly?

thanks

Simon