QuakeWang opened a new pull request, #9118:
URL: https://github.com/apache/paimon/pull/9118
### Purpose
`testDuplicateNullablePrimaryKeyWithinSingleCommit` assumed that the second
input row always wins without a sequence field. However, Flink 1.x and 2.x may
deliver the rows in different orders, making the assertion version-dependent.
Assert only the primary keys so the test continues to verify nullable-key
deduplication without relying on an undefined winner.
### Tests
-
`NullablePrimaryKeyITCase#testDuplicateNullablePrimaryKeyWithinSingleCommit`
with Flink 1
-
`NullablePrimaryKeyITCase#testDuplicateNullablePrimaryKeyWithinSingleCommit`
with Flink 2
- Checkstyle and Spotless
--
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]