sszuev commented on issue #1381:
URL: https://github.com/apache/jena/issues/1381#issuecomment-1158569936

   One of the possible fix is to replace the line `cxt = baseContext;` with the 
line `ctx = Context.mergeCopy(ARQ.getContext(), baseContext);` in 
`org.apache.jena.sparql.util.ContextAccumulator#buildContext`: 
https://github.com/apache/jena/blob/main/jena-arq/src/main/java/org/apache/jena/sparql/util/ContextAccumulator.java#L145).
    
   
   Not sure about side effects, but after this change there are no new fails of 
ARQ test.


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