Tyxuani commented on issue #148:
URL:
https://github.com/apache/doris-flink-connector/issues/148#issuecomment-1736597078
1.4.0的DorisCatalog创建时
```java
this.jdbcUrl = jdbcUrl.endsWith("/") ? jdbcUrl : jdbcUrl + "/";
```
这行代码是给后面拼接数据库提供便利, 但是会造成解析jdbc连接配置异常, 比如
jdbc:mysql://abc:9030?useSSL=false 在后续解析就会导致解析成 'false/'
当前master使用DorisConnectionOptions后好像没再这么干了;
不过想咨询下何时发布到下个版本?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]