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

   ### Purpose
   
   `ArrayContains.test(DataType, Object, Object)` did not handle null inputs. A 
null array caused an exception, and a null literal could reach comparison logic 
and fail unexpectedly.
   
   Return false for null inputs and add regression coverage for direct scalar 
evaluation.
   
   ### Tests
   
     - `mvn -pl paimon-common -DskipTests validate`
     - Predicate tests: 156 passed
   


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