satishkotha commented on pull request #1853:
URL: https://github.com/apache/hudi/pull/1853#issuecomment-662220607


   > High level, introducing `replace` action changes seem fine to me, 
interested in learning how old_file_group -> new_file_group mapping is stored 
and accessed. Yet to review the other PRs if they have this info..
   
   This is not 1:1 mapping. So this is not being stored in replace metadata 
file. We can get new file groups created from corresponding commit metadata 
file.  As far as I can see, we only need this information for auditing, 
debugging. So I'm planning to build this with CLI task. Let me know if you see 
this useful in other scenarios.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to