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


##########
regression-test/suites/query_p0/union/test_union.groovy:
##########
@@ -279,4 +278,70 @@ suite("test_union") {
         sql 'select * from (values (1, 2, 3), (4, 5, 6)) a'
         result([[1, 2, 3], [4, 5, 6]])
     }
+
+    sql """ set batch_size=1; """
+    def tblName1 = "test1"
+    sql """ DROP TABLE IF EXISTS ${tblName1} """

Review Comment:
   Acknowledged. This is inherited from the original nereids_p0 code — the 
generic `test1`/`test2` names existed before our merge. Keeping as-is to stay 
focused on the merge scope, but it's a valid improvement to address separately.



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