appletreeisyellow commented on issue #9230: URL: https://github.com/apache/arrow-datafusion/issues/9230#issuecomment-1944768179
Thanks for catching it so quickly @alamb and thanks for the quick review on the revert PR #9232 @alamb and @viirya! > The pruning predicate needs to return `false` only if "there are no rows that could possibly match the predicate", which for `IS NOT NULL` means that there are _only_ null values in the data, but the current implementation checks if there are _any_ null values in the data. 📌 -- 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]
