Andy Seaborne created JENA-1564:
-----------------------------------
Summary: StageGeneratorGeneric does not apply BGP reordering
properly
Key: JENA-1564
URL: https://issues.apache.org/jira/browse/JENA-1564
Project: Apache Jena
Issue Type: Bug
Affects Versions: Jena 3.7.0
Reporter: Andy Seaborne
Assignee: Andy Seaborne
Fix For: Jena 3.8.0
The reorder steps:
{noformat}
ReorderProc reorderProc = reorder.reorderIndexes(bgp2) ;
pattern = reorderProc.reorder(pattern) ;
{noformat}
are inside {{if ( ! input.isJoinIdentity() )}}
but reordering should happen anyway.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)