my-vegetable-has-exploded commented on issue #8685: URL: https://github.com/apache/arrow-datafusion/issues/8685#issuecomment-1872523407
I tried to add more detailed metric for bloomfilters. Codes here https://github.com/apache/arrow-datafusion/compare/main...my-vegetable-has-exploded:arrow-datafusion:metric-sbbf?expand=1, it works well on unit tests. But when I build datafusion-cli, it fails to execute `EXPLAIN` command.  ``` ❯ EXPLAIN ANALYZE SELECT * FROM taxi WHERE (taxi."String" IN ('a')); Internal error: Optimization not supported for ANALYZE. This was likely caused by a bug in DataFusion's code and we would welcome that you file an bug report in our issue tracker ``` -- 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]
