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

   ### Purpose
    - CompareUtils compares binary values with signed byte subtraction, this 
can cause range predicates on BINARY and
   VARBINARY to silently return wrong rows.
    - Ensure we use Byte.toUnsignedInt on the comparison to represent the range 
as 0 - 255 instead of -128 to +127.
    
   ### Tests
    - 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