zhongjiajie commented on code in PR #10170: URL: https://github.com/apache/dolphinscheduler/pull/10170#discussion_r889774999
########## docs/docs/zh/guide/task/sql.md: ########## @@ -45,4 +45,6 @@ SQL任务类型,用于连接数据库并执行相应SQL。 ## 注意事项 -注意SQL类型的选择,如果是INSERT等操作需要选择非查询类型。 \ No newline at end of file +注意SQL类型的选择,如果是INSERT等操作需要选择非查询类型。 + +为了兼容长会话情况,UDF函数的创建是通过CREATE OR REPLACE语句 Review Comment: ```suggestion * 注意SQL类型的选择,如果是INSERT等操作需要选择非查询类型。 * 为了兼容长会话情况,UDF函数的创建是通过CREATE OR REPLACE语句 ``` -- 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]
