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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to