TheR1sing3un commented on PR #13342:
URL: https://github.com/apache/hudi/pull/13342#issuecomment-2900915045

   The essence of this problem is: How can we confirm for a file group that 
only has log files what the base instant of its slice is? The current logic is 
to directly take the instant with the smallest character order as the base 
instant. But in this way, the problems I mentioned above will arise. I think we 
can pretend that each file group initially has an 
`HoodieActiveTimeline.INIT_INSTANT_TS` version, but this version has no actual 
data written. In this way, we don't have to consider how to handle slices that 
are all logs.
   
   My current code changes are based on the above logic.
   I'm not sure if there are any other better methods. Looking forward to 
everyone's thoughts


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