zhang-arvin commented on PR #9363: URL: https://github.com/apache/paimon/pull/9363#issuecomment-5462051737
@ArnavBalyan @JingsongLi I have verified locally that the code compiles successfully (`mvn -pl paimon-core -am -Pfast-build compile` → BUILD SUCCESS). The CI failures appear to be environmental — the "cannot find symbol" errors are likely caused by CI caching or dependency resolution issues rather than actual code problems. The PR changes include: - Added `(snapshotId, baseSnapshotUuid)` overload to `setRowIdCheckFromSnapshot` in `ConflictDetection` - ABA detection in `DataEvolutionConflictDetection` that compares snapshot UUIDs when snapshot IDs collide after rollback - Updated callers (`BatchWriteBuilderImpl`, `DataEvolutionMergeIntoAction`, `DataEvolutionDeleteSink`) to pass the snapshot UUID - Regression tests in `ConflictDetectionTest` Could you re-trigger the CI when you have a chance? If the failures persist, I can investigate further. -- 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]
