adriangb commented on code in PR #19130:
URL: https://github.com/apache/datafusion/pull/19130#discussion_r2595131423


##########
datafusion/core/tests/schema_adapter/schema_adapter_integration_tests.rs:
##########
@@ -564,29 +564,36 @@ async fn test_parquet_missing_column() -> Result<()> {
         .push_down_filters(false)
         .execute()
         .await?;
-    // There will be data: the filter is (null) is not null or a = 24.
-    // Statistics pruning doesn't handle `null is not null` so it resolves to 
`true or a = 24` -> `true` so no row groups are pruned
+    // There should be zero batches

Review Comment:
   We're now able to prune this 😄 



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