zhaorongsheng opened a new issue, #50255: URL: https://github.com/apache/doris/issues/50255
### 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 2.1.7 ### What's Wrong? `explain select * from xx.table TABLET(12345) ;` It does not do partition prunner and the partitions' number is not correct. The detail info is showing after the following screenshot. <img width="1787" alt="Image" src="https://github.com/user-attachments/assets/6aa68948-1b04-46bf-a320-02695d862127" /> ### What You Expected? The partitions info can calculated by the specified tablet id. ### How to Reproduce? _No response_ ### 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]
