sszuev commented on issue #1374: URL: https://github.com/apache/jena/issues/1374#issuecomment-1153134326
There is also a problem (or feature) with the `org.apache.jena.query.Query` itself: it caches functions in thread-unsafe manner. This was unexpected behavior for me, and for a while I didn't realize that my code was working incorrectly. This one is also a reason (although weak) to have obvious way to create ready to use `QueryExecution` from scratch with specified context, from some well-known place. But yes, we always can do the same things in our client-projects instead of patching Jena. -- 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]
