hudi-bot opened a new issue, #17293:
URL: https://github.com/apache/hudi/issues/17293

   When we trigger restore in data table, we do the following: 
    * we restore the MDT also to the same instant as data table.
    * For clean commits which could not be reverted in data table, we find the 
difference b/w fs based listing and MDT based listing and add a delta commit to 
FILES partition to clean those files. 
   
    
   
   but no other indexes are updated here. 
   
   We might need to update col stats as well. Similar to how we delete files 
from FILES partition, we should also delete entries from col stats partition. 
   
    
   
    
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-8385
   - Type: Sub-task
   - Parent: https://issues.apache.org/jira/browse/HUDI-8714
   - Fix version(s):
     - 1.1.0


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