Skip to content

Extended tests are failing on main #17120

@alamb

Description

@alamb

Describe the bug

The extended tests started to fail on main: https://github.com/apache/datafusion/commits/main/

Image

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions