bringyou opened a new issue, #45060: URL: https://github.com/apache/doris/issues/45060
### 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 3.0 ### What's Wrong? SQLCache will be hitted between different schemas of the same Doris instance (provided that the SQL can be executed successfully in both schemas and produces different data), thereby causing inaccuracies in the returned data. SQLCache会在同一个doris instance的不同schema间(前提是这个sql能在两个schema运行成功且产生不同数据)生效,从而造成返回数据的失准。 ### What You Expected? SQL cache should not be hitted when run same SQL on different schemas which are deployed in one instance ### How to Reproduce? Create two schemas with same table on one Doris instance ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] 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]
