Github user afs commented on a diff in the pull request:
https://github.com/apache/jena/pull/218#discussion_r103077064
--- Diff: jena-arq/src/main/java/org/apache/jena/query/ARQ.java ---
@@ -579,7 +580,7 @@ public static void init() {
JenaSystem.logLifecycle("ARQ.init - start") ;
// Force constants to be set. This should be independent of
other initialization including jena core.
ARQConstants.getGlobalPrefixMap();
-
+ ResultSetLang.init();
--- End diff --
This isn't directly related but I noticed that `ResultSetLang` init into
RDFLangauge was happens later. Making it happen now was part of verification
there were no other lurking problems.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---