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

   ### Purpose
   The default FileIndexReader implementation incorrectly combines
   multiple NOT EQUAL results with OR when evaluating NOT IN.
   
   Use AND to match SQL semantics:
    `a NOT IN (1, 2) = a != 1 AND a != 2`
   
   ### Tests
    FileIndexReaderTest#testNotInCombinesNotEqualResultsWithAnd


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