melin commented on issue #3828:
URL: https://github.com/apache/hudi/issues/3828#issuecomment-968423953


   > ok @melin so from your screenshot, it's about being able to quickly fetch 
some meta info about each partition. Info like, for each partition, to retrieve 
last update time, last query time, data size, no. of files, no. of records, 
compress codec.
   > 
   > @nsivabalan do you think these info can be retrieved or made available 
from meta table?
   
   Only two API are needed and the other information we are able to get from 
the file.
   1. Get all the snapshot information.
   2. List of files included in each snapshot


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