You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/05/09 07:58:42 UTC

[GitHub] [calcite] chunweilei commented on a change in pull request #1950: [CALCITE-3916] Implement top-down rule applying and upper bound space pruning

chunweilei commented on a change in pull request #1950:
URL: https://github.com/apache/calcite/pull/1950#discussion_r422466582



##########
File path: core/src/test/java/org/apache/calcite/test/QuidemTest.java
##########
@@ -171,6 +186,11 @@ protected CommandHandler createCommandHandler() {
     return new QuidemConnectionFactory();
   }
 
+  /** Whether to use CascadePlanner */
+  protected boolean cascade() {
+    return false;
+  }
+

Review comment:
       cascade -> isCascadePlanner?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org