alamb opened a new pull request, #23378:
URL: https://github.com/apache/datafusion/pull/23378

   ## Which issue does this PR close?
   
   - related to https://github.com/apache/datafusion/issues/23307
   
   ## Rationale for this change
   
   As @geoffreyclaude adds additional special implementations for IN lists we 
should keep up with slt test coverage. The nullable integer coverage already 
exercises `IN` with NULL list values; this adds the corresponding negated `NOT 
IN` coverage.
   
   ## What changes are included in this PR?
   
   This adds basic sqllogictest coverage for `NOT IN` predicates with NULL list 
values in `in_list.slt`, covering each specialized integer type in the nullable 
IN list table.
   
   ## Are these changes tested?
   
   Tested by CI.
   
   ## Are there any user-facing changes?
   
   No. This only adds test coverage.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to