ArnavBalyan opened a new pull request, #9153:
URL: https://github.com/apache/paimon/pull/9153

   ### Purpose
   - This flaky test updates rows via `_ROW_ID = 1` and asserts that the 
logical row with `id = 1` was updated.
   - However row ids are based on physical file order and are not guaranteed to 
match logical id, this causes the assertion to be mismatch at parallelism = 2. 
   - Ensure we use logical id to keep the assertion deterministic.
   
   ### Tests
    - UT Fix
   


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