Aklakan commented on issue #3751:
URL: https://github.com/apache/jena/issues/3751#issuecomment-3887249146
Ah, perhaps it just needs to be this, so that timeout yields a
QueryIterFailed instead of failing the iterator construction:
```java
try {
if ( ! input.hasNext() )
return input ;
} catch (Exception e) {
return new QueryIterFailed(input, execCxt, e);
}
```
--
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]