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

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

Santiago M. Mola created CALCITE-720:
----------------------------------------

             Summary: 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)