rewerma commented on PR #4123: URL: https://github.com/apache/incubator-seatunnel/pull/4123#issuecomment-1430776598
> > The connection get from connectionProvider, it will be closed when JdbcSinkWriter close by the code: > > ``` > > outputFormat.close(); > > ``` > > If the degree of parallelism is >1, does `pre_sql ` need to be executed multiple times? > No, the method 'close' and 'open' of sinkWriter be called only once in the task life cycle. -- 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]
