Skip to content

Commit

Permalink
JENA-1564: Merge commit 'refs/pull/437/head' of https://github.com/ap…
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Jun 19, 2018
2 parents b33f054 + 32b6539 commit 3e999d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ protected QueryIterator execute(BasicPattern pattern, ReorderTransformation reor
input = peek ;
Binding b = peek.peek() ;
bgp2 = Substitute.substitute(pattern, b) ;
ReorderProc reorderProc = reorder.reorderIndexes(bgp2) ;
pattern = reorderProc.reorder(pattern) ;
}
ReorderProc reorderProc = reorder.reorderIndexes(bgp2) ;
pattern = reorderProc.reorder(pattern) ;
}
Explain.explain("Reorder/generic", pattern, execCxt.getContext()) ;
return QueryIterBlockTriples.create(input, pattern, execCxt) ;
Expand Down

0 comments on commit 3e999d5

Please sign in to comment.