afs commented on issue #1374:
URL: https://github.com/apache/jena/issues/1374#issuecomment-1153177536

   > But replacing `QueryExecutionFactory.create(query, data.getGraph(), 
context)` (from PR) with the expression 
`QueryExecution.create().query(query).model(data).context(context).build()` 
causes test error (where query is `String`, not `Query`).
   
   Visual inspection only but this looks odd. The PR new `create(query, graph, 
context)` uses `DatasetGraphWrapper` to apply the context. But I don't see this 
going to the `QueryExecDatasetBuilder`.  Dataset contexts are usually added 
(`Context.mergeCopy`).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to