Aklakan commented on issue #3535: URL: https://github.com/apache/jena/issues/3535#issuecomment-3438923732
Just a guess, it could be the initial hash table construction in `AbstractIterHashJoin.buildHashTable`. At a more general level, the question is whether all the Iterators returned by `Iter` could enhanced to implement Abortable - so that the abort feature could be pushed down to the iterators of `DatasetGraph.find()`. Right now, something like `graph.find().filter(() -> false)` as a `QueryIter` is not be abortable, because abort only comes from the QueryIter machinery on top. -- 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]
