-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The extended tests started to fail on main: https://github.com/apache/datafusion/commits/main/
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
findepi
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working