viirya commented on PR #19635:
URL: https://github.com/apache/datafusion/pull/19635#issuecomment-3717491337

   Hmm, it's strange, I cannot reproduce locally the error of CI:
   
   
   ```
   1. query result mismatch:
   [SQL] SELECT * FROM outer_table
   WHERE id NOT IN (SELECT id FROM inner_table_with_null WHERE value = 'x');
   [Diff] (-expected|+actual)
       1 a
       3 c
   -   4 d
   +   4 d
   +   NULL e
   at 
/Users/runner/work/datafusion/datafusion/datafusion/sqllogictest/test_files/null_aware_anti_join.slt:175
   ```


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