You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/12/26 02:39:54 UTC

[GitHub] [doris] morrySnow commented on a diff in pull request #15292: [Fix](Nerids) fix dup key for pull predicate from project children

morrySnow commented on code in PR #15292:
URL: https://github.com/apache/doris/pull/15292#discussion_r1057034575


##########
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/rewrite/logical/InferPredicatesTest.java:
##########
@@ -533,4 +533,29 @@ public void inferPredicatesTest21() {
                     )
                 );
     }
+
+    /**
+     * test for #15310
+     */
+    @Test
+    public void inferPredicatesTest22() {

Review Comment:
   nit: change all cast name to meaningful name in next PR please~



-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org