Page MenuHomePhabricator

Blazegraph somtimes fails with NotMaterializedException when using the wikibase:label service in named sub queries
Closed, DuplicatePublic

Description

Minimal test case:

# Not materialized
SELECT ?langLabel ?lang
WITH {
	SELECT ?lang ?langLabel WHERE {
		BIND(wd:Q154755 AS ?lang) . # Value of ?lang doesn't matter AFAICT
		SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . }
	}
} AS %LANGS
WHERE {
	INCLUDE %LANGS
}

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
hoo renamed this task from Blazegraph somtimes fails with NotMaterializedException when using the wikibase:label in named sub queries to Blazegraph somtimes fails with NotMaterializedException when using the wikibase:label service in named sub queries.Dec 15 2016, 7:30 PM