Aklakan opened a new issue, #2930: URL: https://github.com/apache/jena/issues/2930
### Version 5.3.0-SNAPSHOT ### Feature In `jena-geosparql`, many (if not all) property functions do not respect query cancellation. For example, accidentally executing a query such as below creates a cross product of all geometries in the store which may run for days, weeks or longer, regardless of the query timeout setting. ```sparql PREFIX geo: <http://www.opengis.net/ont/geosparql#> SELECT * { ?a geo:sfIntersects ?b . } ``` The proposed solution is to improve the implementations in `jena-geosparql` to make more use of the `QueryIter` machinery which provides the cancellation system. ### Are you interested in contributing a solution yourself? Yes -- 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]
