You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2015/05/18 21:33:15 UTC

[2/3] incubator-calcite git commit: [CALCITE-720] VolcanoPlanner.ambitious comment doc is inconsistent (Santiago M. Mola)

[CALCITE-720] VolcanoPlanner.ambitious comment doc is inconsistent (Santiago M. Mola)

Close apache/incubator-calcite#86


Project: http://git-wip-us.apache.org/repos/asf/incubator-calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-calcite/commit/eea91581
Tree: http://git-wip-us.apache.org/repos/asf/incubator-calcite/tree/eea91581
Diff: http://git-wip-us.apache.org/repos/asf/incubator-calcite/diff/eea91581

Branch: refs/heads/master
Commit: eea915816cf8192481b1b49c2e7abe9e1d9abb00
Parents: b812e04
Author: Santiago M. Mola <sa...@mola.io>
Authored: Tue May 12 09:12:33 2015 +0200
Committer: Julian Hyde <jh...@apache.org>
Committed: Sun May 17 21:12:55 2015 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/calcite/plan/volcano/VolcanoPlanner.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/eea91581/core/src/main/java/org/apache/calcite/plan/volcano/VolcanoPlanner.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/calcite/plan/volcano/VolcanoPlanner.java b/core/src/main/java/org/apache/calcite/plan/volcano/VolcanoPlanner.java
index dbaf7cc..9206eb2 100644
--- a/core/src/main/java/org/apache/calcite/plan/volcano/VolcanoPlanner.java
+++ b/core/src/main/java/org/apache/calcite/plan/volcano/VolcanoPlanner.java
@@ -133,8 +133,7 @@ public class VolcanoPlanner extends AbstractRelOptPlanner {
   /**
    * 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.
+   * any implementation, no matter how expensive.
    */
   protected boolean ambitious = true;