alamb commented on issue #16402: URL: https://github.com/apache/datafusion/issues/16402#issuecomment-2971519773
> Could it be that in that test we don't have file statistics (`datafusion.execution.collect_statistics = false`) -> the pruning is happening at the row group level? ```shell set datafusion.execution.collect_statistics = true; EXPLAIN ANALYZE SELECT "SearchPhrase" FROM hits WHERE "SearchPhrase" <> '' ORDER BY "SearchPhrase" LIMIT 10; ``` And that still doesn't seem to help Let's wait for https://github.com/apache/datafusion/pull/15770 to merge and then I can dig into this more -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org