jinxing64 commented on issue #1619: [CALCITE-3537] Add 
ProjectAggregateTransposeRule to normalize materialized view in 
SubstitutionVisitor
URL: https://github.com/apache/calcite/pull/1619#issuecomment-561051713
 
 
   Rather than creating a separate canonicalizing rule, I think a better fix 
would be add a matching rule and the pattern is as b
   elow:
   ```
   Query:
   LogicalPlanX
   
   MV:
   Calc   // No filtering condition and Project for permutation
   +--LogicalPlanX
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to