jinxing64 commented on a change in pull request #1451: [CALCITE-3334] 
Refinement for Substitution-Based MV Matching
URL: https://github.com/apache/calcite/pull/1451#discussion_r324989159
 
 

 ##########
 File path: 
core/src/main/java/org/apache/calcite/plan/MaterializedViewSubstitutionVisitor.java
 ##########
 @@ -39,9 +39,9 @@
   private static final ImmutableList<UnifyRule> EXTENDED_RULES =
       ImmutableList.<UnifyRule>builder()
           .addAll(DEFAULT_RULES)
-          .add(ProjectToProjectUnifyRule1.INSTANCE)
-          .add(FilterToFilterUnifyRule1.INSTANCE)
-          .add(FilterToProjectUnifyRule1.INSTANCE)
+//          .add(ProjectToProjectUnifyRule1.INSTANCE)
+//          .add(FilterToFilterUnifyRule1.INSTANCE)
+//          .add(FilterToProjectUnifyRule1.INSTANCE)
 
 Review comment:
   I just want to illustrate that the new added rule set can cover all the 
existing tests.
   Also I'm targeting to replace the existing rules with the new added rules.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to