JingsongLi commented on PR #9363: URL: https://github.com/apache/paimon/pull/9363#issuecomment-5386742395
- The newly added `(snapshotId, baseSnapshotUuid)` validation has not been integrated into the actual call chain. Components such as `BatchWriteBuilderImpl:80` and Flink's `DataEvolutionMergeIntoAction:428` still pass only the snapshot ID; consequently, the UUID is unavailable in Spark/Flink production paths, the ABA check in `DataEvolutionConflictDetection:390` is not executed, and the issue described in the title remains reproducible. - The PR does not include regression tests for ABA/rollback scenarios. -- 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]
