Aklakan commented on code in PR #2581:
URL: https://github.com/apache/jena/pull/2581#discussion_r1679101640
##########
jena-rdfconnection/src/main/java/org/apache/jena/rdfconnection/SparqlQueryConnection.java:
##########
@@ -88,7 +88,14 @@ public interface SparqlQueryConnection extends
Transactional, AutoCloseable
*/
public QueryExecution query(Query query);
- /** Setup a SPARQL query execution.
+ /** Setup a SPARQL query execution from a query string.
+ *
+ * The string is subject to immediate client-side parsing
+ * so that (parse) errors can be detected right away.
+ *
+ * For query strings that are not parseable by Jena, e.g. because of
SPARQL extensions,
Review Comment:
Ah, I still need to update the comment. It refers to my first version of the
PR which introduced a queryString method.
--
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]