-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The extended test suite is currently failing on main
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
jonathanc-n
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working