Github user afs commented on a diff in the pull request:
https://github.com/apache/jena/pull/244#discussion_r112718758
--- Diff:
jena-arq/src/main/java/org/apache/jena/sparql/engine/iterator/QueryIterSort.java
---
@@ -89,6 +92,7 @@ public SortedBindingIterator(final QueryIterator qIter) {
// iterator in a try/finally block, and thus will call
// close() themselves.
catch (QueryCancelledException e) {
+ QueryIterSort.this.close();
--- End diff --
There are tabs in various plaxces. Could you follow the convention of
using spaces? Display works better. Your tab size != all other tab sizes !=
Github's handling of tabs.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---