alamb opened a new issue, #15641: URL: https://github.com/apache/datafusion/issues/15641
### Describe the bug extended tests are failing main An example https://github.com/apache/datafusion/actions/runs/14331563613/job/40168564406 ``` Compiling datafusion-sqllogictest v46.0.1 (/__w/datafusion/datafusion/datafusion/sqllogictest) Finished `release-nonlto` profile [optimized] target(s) in 12m 21s Running bin/sqllogictests.rs (target/release-nonlto/deps/sqllogictests-4e1c250[877](https://github.com/apache/datafusion/actions/runs/14331563613/job/40168564406#step:5:878)4cd153) External error: query is expected to fail, but actually succeed: [SQL] SELECT - 69 FROM tab0 WHERE + - col1 NOT IN ( - + col1, CAST ( + col0 AS INTEGER ), + + ( + + col1 ) / + - 0 * + col0 ) at ../../datafusion-testing/data/sqlite/random/aggregates/slt_good_11.slt:6360 External error: query is expected to fail, but actually succeed: [SQL] SELECT DISTINCT col1 AS col1 FROM tab0 WHERE NOT + CASE + 87 WHEN col1 THEN col1 ELSE NULL END NOT BETWEEN - col1 / + col1 AND NULL GROUP BY col1 HAVING NOT col1 * 75 IS NOT NULL at ../../datafusion-testing/data/sqlite/random/groupby/slt_good_12.slt:12141 ``` ### To Reproduce You can run extended tests like this: https://github.com/apache/datafusion/blob/main/datafusion/sqllogictest/README.md#running-tests-sqlite ### Expected behavior - This started happening after https://github.com/apache/datafusion/pull/15462 was merged I am not sure if this is expected or if it is a bug -- we'll have to look at what the test is doing ### Additional context _No response_ -- 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]
