Skip to content

Extended tests are failing #16595

@alamb

Description

@alamb

Describe the bug

The extended test suite is currently failing on main

Image

It appears to have first started merging the following PR

To Reproduce

Here is an example
https://github.com/apache/datafusion/actions/runs/15933772220/job/44948856066

External error: 1 errors in file /__w/datafusion/datafusion/datafusion-testing/data/sqlite/select2.slt

1. query failed: DataFusion error: ProjectionPushdown
caused by
Internal error: Input field name b does not match with the projection expression c
[SQL] SELECT c
  FROM t1
 WHERE c>d
    OR EXISTS(SELECT 1 FROM t1 AS x WHERE x.b<t1.b)
    OR (c<=d-2 OR c>=d+2)
at /__w/datafusion/datafusion/datafusion-testing/data/sqlite/select2.slt:8185


Expected behavior

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    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