hudi-bot opened a new issue, #15977: URL: https://github.com/apache/hudi/issues/15977
[https://github.com/apache/hudi/pull/7561/files#r1203654251] The following case where the timeline is like: {code:java} ts3.rollback, ts50.commit, ts51.commit, ts52.commit, ...{code} and ts49.commit and ts48.commit are archived. If we pass in ts47 as the exclusiveStartInstantTime at this point, activeTimeline.isBeforeTimelineStarts(exclusiveStartInstantTime) returns false. However, the active timeline misses ts48.commit and ts49.commit which are required for meta sync. This is a problem if ts48.commit or ts49.commit has partition changes. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-6265 - Type: Bug - Affects version(s): - 0.13.0 - Fix version(s): - 1.1.0 -- 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]
