Jheald created this task. Jheald added a subscriber: Jheald. Jheald added a project: Wikidata-Query-Service. Herald added subscribers: StudiesWorld, Aklapper. Herald added projects: Wikidata, Discovery.
TASK DESCRIPTION Just seen this error for the first time. Have we recently changed the version that we're running of Blazegraph ? The following query is failing apparently instantly, throwing a "java.lang.IndexOutOfBoundsException: Index: 2, Size: 2" ([[ http://tinyurl.com/jmldyru | Try it! ]]) ``` PREFIX wikibase: <http://wikiba.se/ontology#> PREFIX wd: <http://www.wikidata.org/entity/> PREFIX wdt: <http://www.wikidata.org/prop/direct/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX schema: <http://schema.org/> SELECT (COUNT(DISTINCT(?item)) AS ?count) WHERE { ?item wdt:P31/wdt:P279* wd:Q56061. MINUS {?item wdt:P373 ?commonscat} . } ``` TASK DETAIL https://phabricator.wikimedia.org/T120642 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Jheald Cc: Aklapper, StudiesWorld, Jheald, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331 _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
