[
https://issues.apache.org/jira/browse/CALCITE-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde resolved CALCITE-720.
---------------------------------
Resolution: Fixed
Fix Version/s: (was: next)
1.3.0-incubating
Fixed in
http://git-wip-us.apache.org/repos/asf/incubator-calcite/commit/eea91581.
> 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
> Fix For: 1.3.0-incubating
>
>
>
> {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)