rangareddy commented on issue #16276:
URL: https://github.com/apache/hudi/issues/16276#issuecomment-5031551819

   This issue was reviewed as part of the JIRA-migrated backlog triage.
   
   Findings: the reported IllegalArgumentException ("Completion time should not 
be empty" from HoodieInstant.getCompleteFileName via 
HoodieTableMetadataUtil.getRollbackedCommits) was observed on 1.0.0-beta1, and 
the completion-time timeline code has been substantially reworked since: on 
master, getRollbackedCommits reads rollback metadata directly (with a fallback 
to the rollback plan when the completed file is empty) rather than 
reconstructing the completed instant file name, and PR #14379 (merged 
2025-11-27) fixed a related empty-completion-time corner case in the 
archived/LSM timeline. However, JIRA HUDI-6985 is still Open with fixVersion 
1.1.0, no merged PR references this exact failure, and the LST-bench scenario 
has not been re-run to confirm.
   
   Keeping this open pending validation on a 1.x GA release; if it no longer 
reproduces there, it can be closed.


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