twdsilva commented on code in PR #2876:
URL: https://github.com/apache/calcite/pull/2876#discussion_r1038666780
##########
core/src/test/java/org/apache/calcite/test/MaterializedViewRelOptRulesTest.java:
##########
@@ -338,6 +341,104 @@ protected final MaterializedViewFixture sql(String
materialize,
.ok();
}
Review Comment:
I have added `testAggregateViewWithPredicate` to test when a predicate
already exists in the view and `testJoinViewWithoutPredicate`,
`testJoinViewWithPredicateSameAsQueryPredicate`,
`testJoinViewWithPredicateDifferentThanQueryPredicate` to test views that have
a join with predicate.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]