wtjperi2003 opened a new issue, #60634: URL: https://github.com/apache/doris/issues/60634
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris version doris-4.0.2-rc02-30d2df0459 ### What's Wrong? 经过测试,发现mysql-connector-j从9.5.0版本包括9.5.0开始,查询会返回空数据,实际表里是有数据的。低于9.5.0是正常的 ### What You Expected? 正常返回数据 ### How to Reproduce? java项目里,引用: ```xml <dependency> <groupId>com.mysql</groupId> <artifactId>mysql-connector-j</artifactId> <version>9.5.0</version> <scope>runtime</scope> </dependency> ``` ### Anything Else? _No response_ ### 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
