Aklakan commented on code in PR #2822:
URL: https://github.com/apache/jena/pull/2822#discussion_r1836613661


##########
jena-arq/src/main/java/org/apache/jena/sparql/modify/UpdateEngineWorker.java:
##########
@@ -537,7 +537,7 @@ protected static Iterator<Binding> evalBindings(Query 
query, DatasetGraph dsg, B
         }
 
         // Not QueryExecDataset.dataset(...) because of initialBinding.
-        QueryExecDatasetBuilder builder = 
QueryExecDatasetBuilder.create().dataset(dsg).query(query);
+        QueryExecDatasetBuilder builder = 
QueryExecDatasetBuilder.create().dataset(dsg).query(query).context(context);

Review Comment:
   There is now an updateRemainingQueryTimeout that will set ARQ.queryTimeout 
based on the value of ARQ.updateTimeout and the time spent in the 
UpdateEngineWorker.



-- 
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