-
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 tests are failing intermittently on main (mostly pass, but sometimes fail)
Here is an example failure:
https://github.com/apache/datafusion/actions/runs/15208072624/job/42775700898
External error: 1 errors in file /__w/datafusion/datafusion/datafusion/sqllogictest/test_files/limit.slt
1. query result mismatch:
[SQL] with selection as (
select *
from test_limit_with_partitions
limit 1
)
select 1 as foo
from selection
order by part_key
limit 1000;
[Diff] (-expected|+actual)
- 1
at /__w/datafusion/datafusion/datafusion/sqllogictest/test_files/limit.slt:859
To Reproduce
Not sure -- it is happening intermittently on main
Expected behavior
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working