HHoflittlefish777 commented on code in PR #27372:
URL: https://github.com/apache/doris/pull/27372#discussion_r1402893266


##########
regression-test/suites/load_p0/routine_load/test_routine_load.groovy:
##########
@@ -233,6 +233,169 @@ suite("test_routine_load","p0") {
         }
     }
 
+    // desired_concurrent_number
+    i = 0
+    if (enabled != null && enabled.equalsIgnoreCase("true")) {
+        try {
+            for (String tableName in tables) {
+                sql new 
File("""${context.file.parent}/ddl/${tableName}_drop.sql""").text
+                sql new 
File("""${context.file.parent}/ddl/${tableName}_create.sql""").text
+
+                def name = "routine_load_" + tableName
+                sql """
+                    CREATE ROUTINE LOAD ${jobs[i]} ON ${name}
+                    COLUMNS(${columns[i]}),
+                    COLUMNS TERMINATED BY "|"
+                    PROPERTIES
+                    (
+                        "desired_concurrent_number" = "3",

Review Comment:
   need check desired_concurrent_number value



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