github-actions[bot] commented on issue #14327: URL: https://github.com/apache/dolphinscheduler/issues/14327#issuecomment-1586663044
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened The business database under the dev branch uses mysql, the database connection is: jdbc:mysql://127.0.0.1:3306/dolphinscheduler?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&serverTimezone=Asia/Shanghai, when running the data quality inspection task, the url deserialization error ### What you expected to happen task is running normally ### How to reproduce When using mysql as the database of dolphinscheduler, a data quality task is normally created and run, and a connectionJson deserialization exception occurs debug screenshot: Read the database information in the configuration data source information on the interface for the first time reading, correct, the other field is json  The data source information is read from the data source for the second time, and the other field becomes a string type  ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
