mohammadnaqvi04 commented on PR #25008: URL: https://github.com/apache/datafusion/pull/25008#issuecomment-5655162220
@AdamGS Thanks for the review! It seems like there was a trickier bug hiding under the one I initially wanted to fix. `HAVING`-failed rows were compensated with `NULL`, and negating `NULL` for `NOT IN` caused rows to be dropped rather than included. Fixed now. -- 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]
