You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2015/05/12 00:12:00 UTC

[jira] [Commented] (CALCITE-720) VolcanoPlanner.ambitious comment doc is inconsistent

    [ https://issues.apache.org/jira/browse/CALCITE-720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14538742#comment-14538742 ] 

Julian Hyde commented on CALCITE-720:
-------------------------------------

Agreed. Patch or pull request would be welcome.

> VolcanoPlanner.ambitious comment doc is inconsistent
> ----------------------------------------------------
>
>                 Key: CALCITE-720
>                 URL: https://issues.apache.org/jira/browse/CALCITE-720
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Santiago M. Mola
>            Assignee: Julian Hyde
>            Priority: Trivial
>
>  
> {code}
>  /**
>    * If true, the planner keeps applying rules as long as they continue to
>    * reduce the cost. If false, the planner terminates as soon as it has found
>    * any implementation, no matter how expensive. The default is false due to
>    * unresolved bugs with various rules.
>    */
>   protected boolean ambitious = true;
> {code}
> _The default is false due to unresolved bugs with various rules_ seems inconsistent with _ambitious = true._



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)