wangbowen1024 opened a new issue, #15363: URL: https://github.com/apache/dolphinscheduler/issues/15363
### 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 i get error when i use DQ task: > [ERROR] 2023-12-24 01:10:50.748 +0800 - Parse object exception, jsonStr: {"other":"characterEncoding=UTF-8&allowMultiQueries=true¤tSchema=dolphinscheduler320","address":"jdbc:postgresql://IP:PORT","user":"user","password":"***********","database":"db_bigdata","jdbcUrl":"jdbc:postgresql://IP:PORT/db_bigdata"}, class: class org.apache.dolphinscheduler.plugin.datasource.postgresql.param.PostgreSQLConnectionParam com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of `java.util.LinkedHashMap` (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value ('characterEncoding=UTF-8&allowMultiQueries=true¤tSchema=dolphinscheduler320') at [Source: (String)"{"other":"characterEncoding=UTF-8&allowMultiQueries=true¤tSchema=dolphinscheduler320","address":"jdbc:postgresql://IP:PORT","user":"user","password":"*******","database":"db_bigdata","jdbcUrl":"jdbc:postgresql://IP:PORT/db_bigdata"}"; line: 1, column: 10] (through reference chain: org.apache.dolphinscheduler.plugin.datasource.postgresql.param.PostgreSQLConnectionParam["other"]) my ds datasource url is : `jdbc:postgresql://IP:PORT/db_bigdata?characterEncoding=UTF-8&allowMultiQueries=true¤tSchema=dolphinscheduler320` When the code runs to this position,the 'orher' value in config is 'characterEncoding=UTF-8&allowMultiQueries=true¤tSchema=dolphinscheduler320' and cannot convert to MAP structure:  ### What you expected to happen no error ### How to reproduce just like url in 'What happened' ### Anything else _No response_ ### Version 3.2.x ### 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]
