Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
alamb opened this issue Apr 3, 2024 · 2 comments · Fixed by #9934
Closed

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

alamb opened this issue Apr 3, 2024 · 2 comments · Fixed by #9934
Assignees

Comments

@alamb
Copy link
Contributor

alamb commented Apr 3, 2024

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

@alamb
Copy link
Contributor Author

alamb commented Apr 3, 2024

The same PR tests passed when the same job was rerun: https://github.com/apache/arrow-datafusion/actions/runs/8543135777/job/23410293407?pr=9876

@jonahgao
Copy link
Member

jonahgao commented Apr 3, 2024

take

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants