morrySnow commented on code in PR #15479: URL: https://github.com/apache/doris/pull/15479#discussion_r1061135195
########## fe/fe-core/src/test/java/org/apache/doris/nereids/sqltest/JoinTest.java: ########## @@ -33,4 +34,32 @@ void testJoinUsing() { innerLogicalJoin().when(j -> j.getHashJoinConjuncts().size() == 1) ); } + + @Test + void testColocatedJoin() { Review Comment: check with plan pattern, instead of plan tree string -- 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-unsubscr...@doris.apache.org 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