You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2018/06/19 10:38:00 UTC

[jira] [Resolved] (JENA-1564) StageGeneratorGeneric does not apply BGP reordering properly

     [ https://issues.apache.org/jira/browse/JENA-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne resolved JENA-1564.
---------------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>             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)