liunaijie commented on issue #6581:
URL: https://github.com/apache/seatunnel/issues/6581#issuecomment-2022062929
> > hi @ilsl1007 Is your first submit can success, then all failed? Before
this pr my temporary solution is load the driver every time.
>
> @liunaijie Yes, only the first subit success. What modifications do I need
to make for the temporary solution you mentioned about reloading the driver
every time?
you can update the `TDengineSource` class, add this code
`Class.forName("your driver class");`
maybe you also need update `TDengineSourceReader` class.
load the driver before you use it
--
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]