Aklakan opened a new pull request, #3239: URL: https://github.com/apache/jena/pull/3239
This PR changes a couple of `ExecutionContext.create(null, context)` instances to `ExecutionContext.create(context)` because the former now raises an exception because of a null dataset. I noticed this issue because in my code I used `ExprUtils.eval(expr, binding)` which suddenly stopped working. -- 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]
