alamb opened a new issue, #17120: URL: https://github.com/apache/datafusion/issues/17120
### Describe the bug The extended tests started to fail on main: https://github.com/apache/datafusion/commits/main/ <img width="956" height="926" alt="Image" src="https://github.com/user-attachments/assets/aab29c4e-9834-4740-9a27-4b535d953f71" /> here is an example failure: https://github.com/apache/datafusion/actions/runs/16876647322/job/47802663913 The core "problem" is that many queries started succeeding ``` 1. query is expected to fail, but actually succeed: [SQL] SELECT ALL ( 19 ) FROM tab0 AS cor0 WHERE NULL BETWEEN + CAST ( + col1 AS INTEGER ) + - - col0 + col2 * - 76 + col1 * - 8 / + col1 * - + col0 / - - col2 AND - col2 + col0 * + + col1 * col2 GROUP BY col2 HAVING NOT ( - ( + ( 44 ) ) ) IS NULL at /__w/datafusion/datafusion/datafusion-testing/data/sqlite/random/groupby/slt_good_11.slt:21271 External error: 1 errors in file /__w/datafusion/datafusion/datafusion-testing/data/sqlite/random/groupby/slt_good_7.slt 1. query is expected to fail, but actually succeed: [SQL] SELECT DISTINCT tab0.col1 FROM tab0 GROUP BY col1 HAVING NULL = + col1 / tab0.col1 at /__w/datafusion/datafusion/datafusion-testing/data/sqlite/random/groupby/slt_good_7.slt:17941 ``` ### To Reproduce instructions for reproducing locally are here https://github.com/apache/datafusion/tree/main/datafusion/sqllogictest#running-tests-sqlite ### Expected behavior The tests should pass -- assuming the the new queries passing are an improvement I think we should probably update the expected output ### Additional context The first PR the failed on was - https://github.com/apache/datafusion/pull/17088 -- 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