zhuangchong commented on code in PR #9917:
URL: https://github.com/apache/dolphinscheduler/pull/9917#discussion_r867342504
##########
dolphinscheduler-ui/src/views/projects/task/components/node/tasks/use-sql.ts:
##########
@@ -46,6 +46,7 @@ export function useSql({
timeout: 30,
type: 'MYSQL',
displayRows: 10,
+ segmentSeparator: '',
Review Comment:
I don't think so, because this parameter refers to: this data source does
not support the execution of multiple sql statements at a time. This parameter
needs to be added, so that the program can split the sql segment and perform
multiple queries;
for example, Hive supports one execution When there are multiple SQL
statements, you do not need to add this parameter; Mysql does not support
executing multiple statements at a time, you can use this new function, write
multiple statements in the sql script of SqlTask, add ; to the segmentSeparator
--
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]