Pandas886 commented on issue #5709:
URL: https://github.com/apache/paimon/issues/5709#issuecomment-2953280876

   When I use the paimon 1.2-snapshot version, the order of the results is 
incorrect. For k=1, it should be +I followed by -D. For k=2, it should be +I 
followed by U.
   
   ```
   +-------+---+---+
   |rowkind|  k|  v|
   +-------+---+---+
   |     -D|  1|  a|
   |     +I|  1|  a|
   |     -U|  2|  b|
   |     +U|  2| bb|
   |     +I|  2|  b|
   |     +I| 11|  a|
   +-------+---+---+
   
   ```


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