CommunityTechBot updated the task description. (Show Details)

CHANGES TO TASK DESCRIPTION
26570726f6475636520796f757220627567207573696e67206120726563656e742076657273696f6e206f662074686520736f6674776172652c20746f2068652077696b6920636f6e74656e74206c616e67756167652e0a0a5468616e6b20796f752e0a546167730a436865636b557365720ad70a436f6e6e65637465642d4f70656e2d48657269746167652d42617463682d75706c6f61647320285241c42d4b4d425f315f323031372d3032290ad70a54616d696c2d53697465730ad70a47616d6570726573730ad70a48617368746167730ad70a4a4144450ad70a4b6172746f456469746f720ad70a4c616e67756167652d323031382d4170722d4a756e650ad70a4e65772d456469746f722d457870657269656e6365730ad70a4d61696c0ad70a5443422d5465616d0ad70a53756273637269626572730a4465736372697074696f6e20507265766965770a436f6e74656e77a6f6e652073657474696e6720696e20796f75722070726f66696c652c20636c69636b20746f207265636f6e63696c652eIf you run the main query, and then also get suggestions for a query template while the main query is still running (which involves another query behind the scenes), then the query runtime of the main query will be reported as the current UNIX time (in ms), an absurdly high value. I suppose we should disable runtime tracking for all auxiliary queries?

Example query:

```lang=sparql
#TEMPLATE={ "template": { "en": "streets in ?city with gender of the person they’re named after", "de": "Straßen in ?city mit Geschlecht der Person, nach der sie benannt sind" }, "variables": { "?city": { "query": "SELECT DISTINCT ?id WHERE { ?id wdt:P31/wdt:P279* wd:Q1549591; wdt:P1082 ?population. } ORDER BY DESC(?population) LIMIT 100" } } }
#defaultView:Map{"layer":"?genderLabel"}
SELECT DISTINCT ?street ?streetLabel ?coordinates ?genderLabel WHERE {
hint:Query hint:optimizer "None".
BIND(wd:Q64 AS ?city)
?street wdt:P131+ ?city;
wdt:P31/wdt:P279* wd:Q83620.
OPTIONAL { ?street wdt:P625 ?coordinates. }
OPTIONAL { ?street wdt:P138/wdt:P21 ?gender. }
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
}
```

TASK DETAIL
https://phabricator.wikimedia.org/T193861

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: CommunityTechBot
Cc: Manu1400, Lucas_Werkmeister_WMDE, AndyTan, Zylc, 1978Gage2001, Lahi, Gq86, herron, GoranSMilovanovic, Chicocvenancio, alanajjar, QZanden, EBjune, Tbscho, merbst, LawExplorer, Lea_WMDE, Mattias_Ostmar-WMSE, Salgo60, JJMC89, Jseddon, Ryuch, Mkdw, RuyP, JEumerus, Jonas, Xmlizer, Trizek-WMF, KasiaWMDE, 0x010C, srodlund, Luke081515, grin, Bsadowski1, mys_721tx, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, Snowolf, aude, Tobias1984, Huji, Manybubbles, Gryllida, jayvdb, Tobi_WMDE_SW, Lydia_Pintscher, revi, scfc, He7d3r, Romaine, Mbch331, Jay8g, Glaisher, Krenair, chasemp
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to