weimingdiit opened a new pull request, #2452:
URL: https://github.com/apache/auron/pull/2452

   **Which issue does this PR close?**
   
   Closes #2451 
   
   **Rationale for this change**
   
   The existing Paimon COW test verifies only a single commit. It does not 
protect against stale rows being returned after a later commit updates an 
existing primary key.
   
   This change adds multi-commit correctness coverage while keeping the native 
scan implementation unchanged.
   
   **What changes are included in this PR?**
   
   Updates the existing Paimon COW primary-key integration test to:
   
   - Write the initial rows.
   - Write a newer value for an existing primary key in a second commit.
   - Verify that only the latest value is returned.
   - Verify that the query still uses `NativePaimonV2TableScan`.
   
   **Are there any user-facing changes?**
   
   No user-facing changes.
   
   **How was this patch tested?**
   
   UT.


-- 
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]

Reply via email to