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


##########
regression-test/suites/query_p0/join/test_nestedloop_semi_anti_join.groovy:
##########
@@ -77,7 +77,6 @@ suite("test_nestedloop_semi_anti_join", "query_p0") {
         select * from ${tbl1} where user_id not in (select user_id from 
${tbl2} where ${tbl1}.user_id >  ${tbl2}.user_id) order by ${tbl1}.user_id;
     """
     sql "DROP TABLE IF EXISTS ${tbl1}"
-    sql "DROP TABLE IF EXISTS ${tbl2}"

Review Comment:
   why mod this test case?



-- 
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