jh3507 commented on a change in pull request #1058: [CALCITE-2827] Allow 
Convention.NONE planning with VolcanoPlanner
URL: https://github.com/apache/calcite/pull/1058#discussion_r259709165
 
 

 ##########
 File path: 
core/src/main/java/org/apache/calcite/plan/volcano/VolcanoPlanner.java
 ##########
 @@ -227,6 +227,11 @@
    */
   private boolean locked;
 
+  /**
+   * Whether rels with Convention.NONE has infinite cost.
+   */
+  private boolean noneConventionHaveInfiniteCost = true;
 
 Review comment:
   Done. Thanks for the catch!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to