kangkaisen commented on a change in pull request #3511:
URL: https://github.com/apache/incubator-doris/pull/3511#discussion_r421626800
##########
File path: fe/src/test/java/org/apache/doris/planner/QueryPlanTest.java
##########
@@ -725,4 +725,58 @@ public void
testJoinPredicateTransitivityWithSubqueryInWhereClause() throws Exce
Assert.assertTrue(explainString.contains("CROSS JOIN"));
Assert.assertTrue(!explainString.contains("PREDICATES"));
}
+
+ @Test
+ public void testConstantInPredicate() throws Exception {
Review comment:
please move the test to `ConstantExpressTest`
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]