You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filter warnings become intrusive to seeing the result of queries, in particular when running npx -p @comunica/query-sparql comunica-sparql http://www.w3.org/ns/odrl/2/ "CONSTRUCT { ?s ?p ?o } WHERE { ?s ?p ?o filter(contains(?o, \"Purpose\")) }" the result is this which makes it hard to see the single result of
It may be worth considering having a default behavior where there is 1 message at the end saying "Warnings were produced when running this query, use the -w flag to show details".
The text was updated successfully, but these errors were encountered:
It may be worth considering having a default behavior where there is 1 message at the end saying "Warnings were produced when running this query, use the -w flag to show details".
Something like that would be useful indeed.
Or perhaps even just showing the first X messages, and then muting similar messages (with another warning to say things were muted). This way we keep streamability.
Issue type:
Description:
Filter warnings become intrusive to seeing the result of queries, in particular when running
npx -p @comunica/query-sparql comunica-sparql http://www.w3.org/ns/odrl/2/ "CONSTRUCT { ?s ?p ?o } WHERE { ?s ?p ?o filter(contains(?o, \"Purpose\")) }"
the result is this which makes it hard to see the single result ofIt may be worth considering having a default behavior where there is 1 message at the end saying "Warnings were produced when running this query, use the
-w
flag to show details".The text was updated successfully, but these errors were encountered: