yihua commented on issue #6528:
URL: https://github.com/apache/hudi/issues/6528#issuecomment-1231062546

   > Hi @yihua, thanks for your reply, i will try once. BTW, what's the meaning 
of '002' here in writeClient.clean(instantTime + "002"); i didnt find any 
instantTime + '002' in timeline
   
   `002` is the suffix for the clean instant timestamp.  The metadata table 
writer takes the same timestamp from the deltacommit and adds the suffix of 
`001` for compaction and `002` for clean to differentiate from the 
corresponding deltacommit.  This is for easy debugging.


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