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

Rick Hillegas updated DERBY-6260:
---------------------------------

    Component/s: SQL
    
> Move the addScopedPredicatesToList() method to the Optimizer interface
> ----------------------------------------------------------------------
>
>                 Key: DERBY-6260
>                 URL: https://issues.apache.org/jira/browse/DERBY-6260
>             Project: Derby
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 10.11.0.0
>            Reporter: Rick Hillegas
>
> While doing some cleanup related to DERBY-6259, I tripped across the 
> following problem: Code in the compiler directly calls 
> OptimizerImpl.addScopedPredicatesToList() without going through the Optimizer 
> interface. This indicates a mis-factoring in the compiler. The reason that 
> method isn't in the Optimizer interface is because it mentions a complicated 
> type (PredicateList) which lives in an impl package. We should clean this up.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to