Aklakan commented on code in PR #2581:
URL: https://github.com/apache/jena/pull/2581#discussion_r1677632570
##########
jena-rdfconnection/src/main/java/org/apache/jena/rdflink/RDFLinkFuseki.java:
##########
@@ -69,7 +69,7 @@ private static RDFLinkHTTPBuilder
setupForFuseki(RDFLinkHTTPBuilder builder) {
.acceptHeaderSelectQuery(ResultSetLang.RS_Thrift.getHeaderString())
.acceptHeaderAskQuery(ResultSetLang.RS_JSON.getHeaderString())
.acceptHeaderQuery(acceptHeaderSPARQL)
- .parseCheckSPARQL(false)
+ .parseCheckSPARQL(true)
Review Comment:
With `parseCheckSPARQL(false)` there is now one failing test:
`TestRDFLinkFuseki.query_build_02` assumes that
`QueryExecBuilder.query(String)` parses the query even though the link was
created with `RDFLink.parseCheckSPARQL(false)`.
Perhaps it is the test that should be adapted.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]