morningman commented on a change in pull request #3511: URL: https://github.com/apache/incubator-doris/pull/3511#discussion_r421894390
########## 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: OK ---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org