Skip to content

Intermittent failure in test_files/cte.slt:751 #9930

@alamb

Description

@alamb

There is a non deterministic test failure on cte.slt it seems, unrelated to this PR and looks like a non-deterministic test...

Failure: https://github.com/apache/arrow-datafusion/actions/runs/8543135777/job/23406267036?pr=9876

External error: query result mismatch:
[SQL] WITH RECURSIVE my_cte AS(
    SELECT 1::int AS a
    UNION ALL
    SELECT a::bigint+2 FROM my_cte WHERE a<3
) SELECT *, arrow_typeof(a) FROM my_cte;
[Diff] (-expected|+actual)
-   1 Int32
-   3 Int32
+   3 Int32
+   1 Int32
at test_files/cte.slt:751

Originally posted by @alamb in #9876 (comment)

I believe this was added in #9836 from @jonahgao

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions