alamb commented on issue #20215: URL: https://github.com/apache/datafusion/issues/20215#issuecomment-3867143546
```sql DataFusion CLI v52.1.0 > CREATE TABLE t0; SELECT COUNT(*) FROM t0 AS tt0 WHERE (4==(3/0)); 0 row(s) fetched. Elapsed 0.005 seconds. Internal error: Assertion failed: context.selectivity == Some(0.0): AnalysisContext has a non-zero selectivity although it represents an empty table. This issue was likely caused by a bug in DataFusion's code. Please help us to resolve this by filing a bug report in our issue tracker: https://github.com/apache/datafusion/issues > ``` So sad! -- 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]
