ruanwenjun commented on code in PR #17456:
URL: 
https://github.com/apache/dolphinscheduler/pull/17456#discussion_r2321887408


##########
dolphinscheduler-task-plugin/dolphinscheduler-task-sql/src/test/java/org/apache/dolphinscheduler/plugin/task/sql/SqlTaskTest.java:
##########
@@ -173,4 +174,33 @@ void testReplacingSqlHasQuestionMarkAndParams() {
         Assertions.assertEquals(4, sqlParamsMap.size());
         Assertions.assertEquals(expected, formatSql);
     }
+
+    @Test
+    void testVarPoolSetting() {
+        // 创建包含OUT参数的SqlParameters

Review Comment:
   Please remove Chinese here.



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

Reply via email to