leaves12138 opened a new pull request, #7855: URL: https://github.com/apache/paimon/pull/7855
### Purpose Allow overwrite-style commits that already replace manifest lists to also provide an explicit index manifest and next row id. This keeps the existing replaceManifestList behavior unchanged while adding a more flexible helper for metadata rewrite workflows. ### Changes - Delegate replaceManifestList to a new replaceManifestListAndIndexManifest method. - Let callers pass the index manifest and next row id stored in the new snapshot. ### Verification - mvn -pl paimon-core -DskipTests compile -- 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]
