alamb opened a new issue, #17487: URL: https://github.com/apache/datafusion/issues/17487
### Describe the bug The extended tests started to fail on main: https://github.com/apache/datafusion/commits/main/?after=a96dcc82c025538dff5d84c5fe14d79818b2d3c4+5 ### To Reproduce instructions for reproducing locally are here https://github.com/apache/datafusion/tree/main/datafusion/sqllogictest#running-tests-sqlite It appears to have started happening first after this PR: - https://github.com/apache/datafusion/pull/17357 Example failure: https://github.com/apache/datafusion/actions/runs/17548225587/job/49834490419 ``` 1. query is expected to fail, but actually succeed: [SQL] SELECT COALESCE ( COUNT ( * ), + 89 / + 0 ) * 72 + + 26 col0 at /__w/datafusion/datafusion/datafusion-testing/data/sqlite/random/expr/slt_good_57.slt:47257 ... ``` ### Expected behavior I think we just need to update the expected output files ### Additional context - last breakage: https://github.com/apache/datafusion/issues/17120 -- 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.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