suryaprasanna opened a new pull request, #18408: URL: https://github.com/apache/hudi/pull/18408
…iles ### Describe the issue this Pull Request addresses Archived timeline reads could surface duplicate instants when both the original archive file and a leftover merged archive file were present after a failed archive merge operation. ### Summary and Changelog Adds a regression test covering leftover merged archive files in archived timeline loading. Updates archived timeline instant collection to avoid adding duplicate instants while preserving valid cases where different actions share the same timestamp. ### Impact Fixes archived timeline loading so duplicate instants are not returned in this leftover archive file scenario. No public API changes. ### Risk Level low The change is localized to archived timeline loading in V1 and is covered by a targeted regression test for the failed merge / leftover file case. ### Documentation Update none ### Contributor's checklist - [x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [x] Enough context is provided in the sections above - [x] Adequate tests were added if applicable -- 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]
