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
   
![image](https://github.com/apache/dolphinscheduler/assets/110721876/c5d2ba72-31e8-4efd-b43d-cd640288adc7)
   The data source information is read from the data source for the second 
time, and the other field becomes a string type
   
![image](https://github.com/apache/dolphinscheduler/assets/110721876/487304bc-343d-4328-949b-fc540f71aaf0)
   
   
   ### 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]

Reply via email to