ChenShuai1981 opened a new issue, #1633:
URL: https://github.com/apache/incubator-paimon/issues/1633

   ### Search before asking
   
   - [X] I searched in the 
[issues](https://github.com/apache/incubator-paimon/issues) and found nothing 
similar.
   
   
   ### Motivation
   
   Currently, there is no system table in paimon which store partition related 
information. Especially in partition expiration scenario, those expired 
partitions are logically deleted without delete partition folder physically. 
User does NOT know which partitions are retained and can be queried. 
   By supporting T$partitions system table, user can fire the following sql to 
query them out: `select * from T$partitions`
   
   ### Solution
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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]

Reply via email to