adriangb commented on issue #16402:
URL: https://github.com/apache/datafusion/issues/16402#issuecomment-2971392142

   > > cover that?
   > 
   > Yes 🤦
   > 
   > For some reason it doesn't show up for me in the explain analyze I have: 
[q25-analyze-topk-dynamic-filter.txt](https://github.com/user-attachments/files/20731770/q25-analyze-topk-dynamic-filter.txt)
   > 
   > Which I made with this command from the 
[#15770](https://github.com/apache/datafusion/pull/15770) branch
   > 
   > $ cat q25-analyze.sql
   > EXPLAIN ANALYZE SELECT "SearchPhrase" FROM hits WHERE "SearchPhrase" <> '' 
ORDER BY "SearchPhrase" LIMIT 10;
   > ./datafusion-cli-topk-dynamic-filters -f q25-analyze.sql  > 
q25-analyze-topk-dynamic-filter.txt
   > But the query clearly got faster, so I would expect it to be present 🤔
   
   Hmm maybe we aren't including that statistic in the output?


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

Reply via email to